diff --git a/ffmpeg.c b/ffmpeg.c index c43192d8f9..7afec4ce0d 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -4310,6 +4310,7 @@ static void opt_output_file(void *optctx, const char *filename) ost->sync_ist= ist; ost->source_index= i; ist->discard = 0; + ist->st->discard = AVDISCARD_NONE; break; } }