[FFmpeg-cvslog] r23582 - trunk/libavformat/raw.c
cehoyos
subversion
Fri Jun 11 15:28:42 CEST 2010
Author: cehoyos
Date: Fri Jun 11 15:28:42 2010
New Revision: 23582
Log:
Fix raw vc1 decoding - this is supposed to break FATE.
Patch by Michael.
Modified:
trunk/libavformat/raw.c
Modified: trunk/libavformat/raw.c
==============================================================================
--- trunk/libavformat/raw.c Fri Jun 11 11:49:06 2010 (r23581)
+++ trunk/libavformat/raw.c Fri Jun 11 15:28:42 2010 (r23582)
@@ -283,6 +283,7 @@ static int video_read_header(AVFormatCon
st->codec->codec_id == CODEC_ID_MPEG4 ||
st->codec->codec_id == CODEC_ID_DIRAC ||
st->codec->codec_id == CODEC_ID_DNXHD ||
+ st->codec->codec_id == CODEC_ID_VC1 ||
st->codec->codec_id == CODEC_ID_H264) {
st->codec->time_base= (AVRational){1,25};
}
More information about the ffmpeg-cvslog
mailing list