diff --git a/ffmpeg.c b/ffmpeg.c index b7460628e6..37ed1653f0 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -2988,7 +2988,7 @@ static void opt_input_file(const char *filename) }else{ found=1; for(j=0; jnb_stream_indexes; j++){ - ic->streams[p->stream_index[j]]->discard= 0; + ic->streams[p->stream_index[j]]->discard= AVDISCARD_DEFAULT; } } }