diff options
Diffstat (limited to 'ffmpeg.c')
-rw-r--r-- | ffmpeg.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; } } |