[Mplayer-cvslog] CVS: main/libvo vo_dxr3.c,1.71,1.72

David Holm mswitch at mplayer.dev.hu
Sun Mar 24 16:33:15 CET 2002


Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv26616/libvo

Modified Files:
	vo_dxr3.c 
Log Message:
XorA found a bug in the avcodec code


Index: vo_dxr3.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_dxr3.c,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- vo_dxr3.c	24 Mar 2002 15:18:38 -0000	1.71
+++ vo_dxr3.c	24 Mar 2002 15:33:12 -0000	1.72
@@ -354,7 +354,7 @@
 		} else {
 			avc_context->gop_size = 15;
 		}
-		avc_context->frame_rate = (int) vo_fps * FRAME_RATE_BASE;
+		avc_context->frame_rate = (int) (vo_fps * FRAME_RATE_BASE);
 		avc_context->bit_rate = 6e6;
 		avc_context->flags = CODEC_FLAG_HQ | CODEC_FLAG_QSCALE;
 		avc_context->quality = 2;




More information about the MPlayer-cvslog mailing list