diff 4xm.c @ 743:af4e24d6310c libavformat

switch to native time bases
author michael
date Sat, 30 Apr 2005 21:43:59 +0000
parents 58a2da07cb18
children c5077fdab490
line wrap: on
line diff
--- a/4xm.c	Tue Apr 26 21:46:46 2005 +0000
+++ b/4xm.c	Sat Apr 30 21:43:59 2005 +0000
@@ -166,8 +166,6 @@
 
             fourxm->video_stream_index = st->index;
 
-            st->codec.frame_rate = fourxm->fps;
-            st->codec.frame_rate_base = 1.0;
             st->codec.codec_type = CODEC_TYPE_VIDEO;
             st->codec.codec_id = CODEC_ID_4XM;
             st->codec.codec_tag = 0;  /* no fourcc */