mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-15 19:55:08 +00:00
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
This commit is contained in:
parent
07ff7825b6
commit
1c1697117d
@ -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};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user