fftools/ffmpeg: move nb_streams_warn from InputFile to Demuxer

It is private to the demuxer and do not need to be visible outside of
it.
This commit is contained in:
Anton Khirnov
2022-10-17 12:49:51 +02:00
parent d8f7ce38da
commit 5c1a096d02
2 changed files with 9 additions and 7 deletions

View File

@@ -454,7 +454,6 @@ typedef struct InputFile {
int64_t recording_time;
int nb_streams; /* number of stream that ffmpeg is aware of; may be different
from ctx.nb_streams if new streams appear during av_read_frame() */
int nb_streams_warn; /* number of streams that the user was warned of */
int rate_emu;
float readrate;
int accurate_seek;