[MPlayer-DOCS] CVS: main/help help_mp-en.h,1.111,1.112

Diego Biurrun diego at biurrun.de
Mon Nov 3 02:43:00 CET 2003


Richard Felker CVS writes:
 > -#define MSGTR_EnterTelecineMode "\ndemux_mpg: 3:2 TELECINE detected, enabling inverse telecine fx.\nFPS changed to %5.3f!\n"
 > +#define MSGTR_EnterTelecineMode "\ndemux_mpg: 24fps progressive NTSC content detected, switching framerate.\n"

Shouldn't we also change

	    mp_msg(MSGT_DECVIDEO,MSGL_INFO,MSGTR_EnterTelecineMode,sh_video->fps);

in libmpdemux/video.c to

	    mp_msg(MSGT_DECVIDEO,MSGL_INFO,MSGTR_EnterTelecineMode);

?

Diego



More information about the MPlayer-DOCS mailing list