diff options
author | Anton Khirnov <anton@khirnov.net> | 2023-12-13 19:15:11 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2023-12-14 20:16:53 +0100 |
commit | 882bc8049dea90bf8c9091c02b06c2309892111e (patch) | |
tree | badff1bc8fcb283a8f760748207d825993169593 /fftools/ffmpeg.h | |
parent | 9afe3f527449ddef68ae526e52e2480eaa57cd3a (diff) | |
download | ffmpeg-882bc8049dea90bf8c9091c02b06c2309892111e.tar.gz |
fftools/ffmpeg: move InputStream.codec_desc to private data
It is not used outside of ffmpeg_demux.
Diffstat (limited to 'fftools/ffmpeg.h')
-rw-r--r-- | fftools/ffmpeg.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fftools/ffmpeg.h b/fftools/ffmpeg.h index 4f7a386d41..b10a2f2c0d 100644 --- a/fftools/ffmpeg.h +++ b/fftools/ffmpeg.h @@ -358,7 +358,6 @@ typedef struct InputStream { Decoder *decoder; AVCodecContext *dec_ctx; const AVCodec *dec; - const AVCodecDescriptor *codec_desc; AVRational framerate_guessed; |