[Mplayer-cvslog] CVS: main/libmpdemux video.c,1.43,1.44
Diego Biurrun CVS
diego at mplayerhq.hu
Tue Nov 4 20:28:56 CET 2003
- Previous message: [Mplayer-cvslog] CVS: main/postproc swscale.c,1.134,1.135
- Next message: [Mplayer-cvslog] CVS: main/libmpcodecs vd_zrmjpeg.c,NONE,1.1 Makefile,1.112,1.113 img_format.c,1.9,1.10 img_format.h,1.14,1.15 mp_image.h,1.27,1.28 vd.c,1.72,1.73
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var/tmp.root/cvs-serv10176
Modified Files:
video.c
Log Message:
The message parameter was removed.
Index: video.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/video.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- video.c 27 Aug 2003 22:30:54 -0000 1.43
+++ video.c 4 Nov 2003 19:28:32 -0000 1.44
@@ -407,7 +407,7 @@
if(telecine_cnt>-0.5 && telecine_cnt<0.5 && !force_fps){
sh_video->fps=sh_video->fps*4/5;
sh_video->frametime=sh_video->frametime*5/4;
- mp_msg(MSGT_DECVIDEO,MSGL_INFO,MSGTR_EnterTelecineMode,sh_video->fps);
+ mp_msg(MSGT_DECVIDEO,MSGL_INFO,MSGTR_EnterTelecineMode);
telecine=1;
}
- Previous message: [Mplayer-cvslog] CVS: main/postproc swscale.c,1.134,1.135
- Next message: [Mplayer-cvslog] CVS: main/libmpcodecs vd_zrmjpeg.c,NONE,1.1 Makefile,1.112,1.113 img_format.c,1.9,1.10 img_format.h,1.14,1.15 mp_image.h,1.27,1.28 vd.c,1.72,1.73
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list