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

Alexander Roalter alex at roalter.it
Thu May 14 09:18:23 CEST 2009


compn wrote:
> 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

*grmpf* all this debug stuff still in? ok, it was late last night...
printf should go away totally, and the mplayerx was something stupid I
added to test if changes in the help/help_mp-en.h file were observed on
minimal rebuild...

so there you go...


-- 
cheers,
Alex
-------------- next part --------------
A non-text attachment was scrubbed...
Name: speed.diff
Type: text/x-patch
Size: 1070 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20090514/b8a07b64/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: crop.diff
Type: text/x-patch
Size: 10108 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20090514/b8a07b64/attachment-0001.bin>


More information about the MPlayer-dev-eng mailing list