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

Diego Biurrun diego at biurrun.de
Wed May 18 14:41:58 CEST 2011


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

Diego


More information about the MPlayer-dev-eng mailing list