Remove unused codec context

The demuxer does not need any codec context.
This commit is contained in:
Romain Vimont
2023-02-10 18:45:31 +01:00
parent 6524e90c68
commit bd56c0abf7
2 changed files with 1 additions and 10 deletions

View File

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