Remove unused parser

Since 1c02b58412, the parser is not used
anymore.
This commit is contained in:
Romain Vimont
2023-02-10 23:18:09 +01:00
parent 45b2e6db5c
commit f03f32267e
2 changed files with 1 additions and 14 deletions

View File

@@ -21,7 +21,6 @@ struct sc_demuxer {
struct sc_packet_sink *sinks[SC_DEMUXER_MAX_SINKS];
unsigned sink_count;
AVCodecParserContext *parser;
// successive packets may need to be concatenated, until a non-config
// packet is available
AVPacket *pending;