1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00

Use AVDISCARD_DEFAULT for 0 where appropriate.

Originally committed as revision 22787 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Carl Eugen Hoyos 2010-04-02 23:08:23 +00:00
parent ff273ddae7
commit 18590be655

View File

@ -2988,7 +2988,7 @@ static void opt_input_file(const char *filename)
}else{
found=1;
for(j=0; j<p->nb_stream_indexes; j++){
ic->streams[p->stream_index[j]]->discard= 0;
ic->streams[p->stream_index[j]]->discard= AVDISCARD_DEFAULT;
}
}
}