fftools/ffmpeg: make InputStream.decoding_needed private to demuxer

It is no longer used outside of ffmpeg_demux.
This commit is contained in:
Anton Khirnov
2024-01-24 09:01:54 +01:00
parent 0d00e2e2f7
commit 01c71b78eb
2 changed files with 9 additions and 7 deletions

View File

@@ -337,9 +337,6 @@ typedef struct InputStream {
AVStream *st;
int user_set_discard;
int decoding_needed; /* non zero if the packets must be decoded in 'raw_fifo', see DECODING_FOR_* */
#define DECODING_FOR_OST 1
#define DECODING_FOR_FILTER 2
/**
* Codec parameters - to be used by the decoding/streamcopy code.