[FFmpeg-cvslog] r22787 - trunk/ffmpeg.c
cehoyos
subversion
Sat Apr 3 01:08:23 CEST 2010
Author: cehoyos
Date: Sat Apr 3 01:08:23 2010
New Revision: 22787
Log:
Use AVDISCARD_DEFAULT for 0 where appropriate.
Modified:
trunk/ffmpeg.c
Modified: trunk/ffmpeg.c
==============================================================================
--- trunk/ffmpeg.c Sat Apr 3 00:08:57 2010 (r22786)
+++ trunk/ffmpeg.c Sat Apr 3 01:08:23 2010 (r22787)
@@ -2988,7 +2988,7 @@ static void opt_input_file(const char *f
}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;
}
}
}
More information about the ffmpeg-cvslog
mailing list