ffmpeg: Make find_stream_info behave like a normal per-file option

Currently it would essentially change the find_stream_info setting for
the file it was specified for and all following files, which is unusual
and somewhat unexpected behaviour for a per-file option and not even
documented to behave like this.

Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
Marvin Scholz
2022-09-28 12:21:00 +02:00
committed by Anton Khirnov
parent 96a83ceea4
commit 3ce1616106
2 changed files with 4 additions and 3 deletions

View File

@@ -126,6 +126,7 @@ typedef struct OptionsContext {
int accurate_seek;
int thread_queue_size;
int input_sync_ref;
int find_stream_info;
SpecifierOpt *ts_scale;
int nb_ts_scale;