changeset 623:9797489e1700 libavformat

fix regression test failure
author michael
date Tue, 21 Dec 2004 02:01:32 +0000
parents d4f80b13d981
children e7b64333f116
files asf.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/asf.c	Sun Dec 19 20:25:55 2004 +0000
+++ b/asf.c	Tue Dec 21 02:01:32 2004 +0000
@@ -218,7 +218,7 @@
             get_le32(pb);
 	    st->codec.codec_type = type;
             /* 1 fps default (XXX: put 0 fps instead) */
-            st->codec.frame_rate = 1; 
+            st->codec.frame_rate = 1000; 
             st->codec.frame_rate_base = 1;
             if (type == CODEC_TYPE_AUDIO) {
                 get_wav_header(pb, &st->codec, type_specific_size);