[MPlayer-dev-eng] [Patch] Cropdetect Aspect Ratio display & True Speed

compn tempn at twmi.rr.com
Thu May 14 03:16:34 CEST 2009


On Thu, 14 May 2009 02:59:24 +0200, Alexander Roalter wrote:
>Index: help/help_mp-en.h
>===================================================================
>--- help/help_mp-en.h	(revision 29308)
>+++ help/help_mp-en.h	(working copy)
>@@ -14,7 +14,7 @@
> 
> #ifdef HELP_MP_DEFINE_STATIC
> static const char help_text[]=
>-"Usage:   mplayer [options] [url|path/]filename\n"
>+"Usage:   mplayerx [options] [url|path/]filename\n"

hmmmmmmm?


>+
>+if ((speed24 == 1) && (((int)(1.0/mpctx->sh_video->frametime)) == 25))
>+{
>+    printf("Setting PAL speed to true speed of 24 fps\n");
>+    playback_speed = 0.96;
>+    mpctx->sh_video->frametime = (1.0/24.0);
>+}

printf's probably shouldnt be added, try mp_msg instead
this affects people when piping mplayer output...

-compn



More information about the MPlayer-dev-eng mailing list