[MPlayer-dev-eng] [PATCH] MNG output support for MPlayer

Stefan Schuermans stefan at blinkenarea.org
Mon May 23 19:09:32 CEST 2011


Clément Bœsch wrote:
> On Wed, May 18, 2011 at 07:53:50PM +0200, Stefan Schuermans wrote:
>> Diego Biurrun wrote:
>>> On Mon, May 16, 2011 at 10:01:36PM +0200, Stefan Schuermans wrote:
>>>> --- libvo/vo_mng.c	(Revision 0)
>>>> +++ libvo/vo_mng.c	(Revision 0)
>>>> @@ -0,0 +1,622 @@
>>>> +static void vomng_prop_reset(void)
>>>> +{
>>>> +    if (vomng.canvas) {
>>>> +        free(vomng.canvas);
>>>> +        vomng.canvas = NULL;
>>> pointless NULL check
>> check removed
>>
> 
> Applied this version. Thank you.

Thank you, too.

> If you don't mind, an update of the
> manpage would be welcome.

I'll try to do that. However, it could take a few days...

Best regards,
Stefan



More information about the MPlayer-dev-eng mailing list