[Mplayer-cvslog] CVS: main/libmpdemux mpeg_hdr.c,1.1,1.2
Arpi of Ize
arpi at mplayer.dev.hu
Mon Apr 1 01:30:58 CEST 2002
Update of /cvsroot/mplayer/main/libmpdemux
In directory mplayer:/var/tmp.root/cvs-serv3077
Modified Files:
mpeg_hdr.c
Log Message:
mtvp says its' 29.97 not 1 fps
Index: mpeg_hdr.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/mpeg_hdr.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mpeg_hdr.c 30 Oct 2001 18:45:54 -0000 1.1
+++ mpeg_hdr.c 31 Mar 2002 23:30:55 -0000 1.2
@@ -12,7 +12,7 @@
// Official mpeg1/2 framerates:
24000*10000/1001, 24*10000,25*10000, 30000*10000/1001, 30*10000,50*10000,60000*10000/1001, 60*10000,
// libmpeg3's "Unofficial economy rates":
- 1*10000,5*10000,10*10000,12*10000,15*10000,0,0
+ 299700,5*10000,10*10000,12*10000,15*10000,0,0
};
More information about the MPlayer-cvslog
mailing list