From 1c1697117dbd2923d5876c10a1ebaeec233338b5 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 11 Jun 2010 13:28:42 +0000 Subject: Fix raw vc1 decoding - this is supposed to break FATE. Patch by Michael. Originally committed as revision 23582 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/raw.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/raw.c') diff --git a/libavformat/raw.c b/libavformat/raw.c index 7837de8..85d204d 100644 --- a/libavformat/raw.c +++ b/libavformat/raw.c @@ -283,6 +283,7 @@ static int video_read_header(AVFormatContext *s, 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}; } -- cgit v1.1