[MPlayer-cvslog] CVS: main/libmpdemux tvi_v4l.c,1.73,1.74

Rich Felker dalias at aerifal.cx
Sat Aug 20 00:10:51 CEST 2005


On Fri, Aug 19, 2005 at 04:28:33PM +0200, Richard Felker CVS wrote:
> CVS change done by Richard Felker CVS
> 
> Update of /cvsroot/mplayer/main/libmpdemux
> In directory mail:/var2/tmp/cvs-serv716/libmpdemux
> 
> Modified Files:
> 	tvi_v4l.c 
> Log Message:
> 100l
> 
> Index: tvi_v4l.c
> ===================================================================
> RCS file: /cvsroot/mplayer/main/libmpdemux/tvi_v4l.c,v
> retrieving revision 1.73
> retrieving revision 1.74
> diff -u -r1.73 -r1.74
> --- tvi_v4l.c	27 Dec 2004 17:30:14 -0000	1.73
> +++ tvi_v4l.c	19 Aug 2005 14:28:30 -0000	1.74
> @@ -63,7 +63,7 @@
>  
>  #define NTSC_WIDTH  640
>  #define NTSC_HEIGHT 480
> -#define NTSC_FPS    29.97
> +#define NTSC_FPS    (30000.0/1001.0)

For the record, I'm the one who gets the cola here. I originally
changed this from 30 a long time ago, but didn't use the correct
fraction.

Rich




More information about the MPlayer-cvslog mailing list