forked from FFmpeg/FFmpeg
Use AVDISCARD_DEFAULT for 0 where appropriate.
Originally committed as revision 22787 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
ff273ddae7
commit
18590be655
1 changed files with 1 additions and 1 deletions
2
ffmpeg.c
2
ffmpeg.c
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue