Commit 4fa4e175 authored by michael's avatar michael

fix regression test failure


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3767 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 89269ec2
...@@ -218,7 +218,7 @@ static int asf_read_header(AVFormatContext *s, AVFormatParameters *ap) ...@@ -218,7 +218,7 @@ static int asf_read_header(AVFormatContext *s, AVFormatParameters *ap)
get_le32(pb); get_le32(pb);
st->codec.codec_type = type; st->codec.codec_type = type;
/* 1 fps default (XXX: put 0 fps instead) */ /* 1 fps default (XXX: put 0 fps instead) */
st->codec.frame_rate = 1; st->codec.frame_rate = 1000;
st->codec.frame_rate_base = 1; st->codec.frame_rate_base = 1;
if (type == CODEC_TYPE_AUDIO) { if (type == CODEC_TYPE_AUDIO) {
get_wav_header(pb, &st->codec, type_specific_size); get_wav_header(pb, &st->codec, type_specific_size);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment