fftools/ffmpeg: move InputStream.codec_desc to private data

It is not used outside of ffmpeg_demux.
This commit is contained in:
Anton Khirnov
2023-12-13 19:15:11 +01:00
parent 9afe3f5274
commit 882bc8049d
2 changed files with 5 additions and 4 deletions

View File

@@ -358,7 +358,6 @@ typedef struct InputStream {
Decoder *decoder;
AVCodecContext *dec_ctx;
const AVCodec *dec;
const AVCodecDescriptor *codec_desc;
AVRational framerate_guessed;