fftools/ffmpeg: move InputStream.codec_desc to private data
It is not used outside of ffmpeg_demux.
This commit is contained in:
@@ -358,7 +358,6 @@ typedef struct InputStream {
|
||||
Decoder *decoder;
|
||||
AVCodecContext *dec_ctx;
|
||||
const AVCodec *dec;
|
||||
const AVCodecDescriptor *codec_desc;
|
||||
|
||||
AVRational framerate_guessed;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user