Commit d0c19d4a authored by cehoyos's avatar cehoyos

Use AVDISCARD_DEFAULT for 0 where appropriate.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22787 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b2dd7ef9
......@@ -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;
}
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment