forked from FFmpeg/FFmpeg
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
1 changed files with 1 additions and 0 deletions
|
@ -283,6 +283,7 @@ static int video_read_header(AVFormatContext *s,
|
||||||
st->codec->codec_id == CODEC_ID_MPEG4 ||
|
st->codec->codec_id == CODEC_ID_MPEG4 ||
|
||||||
st->codec->codec_id == CODEC_ID_DIRAC ||
|
st->codec->codec_id == CODEC_ID_DIRAC ||
|
||||||
st->codec->codec_id == CODEC_ID_DNXHD ||
|
st->codec->codec_id == CODEC_ID_DNXHD ||
|
||||||
|
st->codec->codec_id == CODEC_ID_VC1 ||
|
||||||
st->codec->codec_id == CODEC_ID_H264) {
|
st->codec->codec_id == CODEC_ID_H264) {
|
||||||
st->codec->time_base= (AVRational){1,25};
|
st->codec->time_base= (AVRational){1,25};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue