[Mplayer-cvslog] CVS: main/libmpdemux tvi_v4l.c,1.51,1.52 tvi_bsdbt848.c,1.5,1.6

Richard Felker CVS rfelker at mplayerhq.hu
Tue Jan 14 19:20:43 CET 2003


Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var/tmp.root/cvs-serv1574/libmpdemux

Modified Files:
	tvi_v4l.c tvi_bsdbt848.c 
Log Message:
NTSC is 29.97 fps, not 30. wrong values here are likely to cause
duplicated frames in mencoder if used with fixed-fps tv cards and in
any case they'll result in horrible jerky video.

Index: tvi_v4l.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/tvi_v4l.c,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- tvi_v4l.c	4 Jan 2003 17:30:28 -0000	1.51
+++ tvi_v4l.c	14 Jan 2003 18:20:17 -0000	1.52
@@ -55,7 +55,7 @@
 
 #define NTSC_WIDTH  640
 #define NTSC_HEIGHT 480
-#define NTSC_FPS    30
+#define NTSC_FPS    29.97
 
 #define MAX_AUDIO_CHANNELS	10
 

Index: tvi_bsdbt848.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/tvi_bsdbt848.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- tvi_bsdbt848.c	28 Apr 2002 17:29:48 -0000	1.5
+++ tvi_bsdbt848.c	14 Jan 2003 18:20:17 -0000	1.6
@@ -26,7 +26,7 @@
 
 #define NTSC_WIDTH  640
 #define NTSC_HEIGHT 480
-#define NTSC_FPS    30
+#define NTSC_FPS    29.97
 
 #include <stdio.h>
 #include <stdlib.h>



More information about the MPlayer-cvslog mailing list