[MPlayer-dev-eng] [PATCH] New input command, edl_loadfile

Diego Biurrun diego at biurrun.de
Wed Aug 25 14:26:37 CEST 2010


On Tue, Aug 24, 2010 at 09:14:55PM -0400, Vlad Seryakov wrote:
>
> If this is ok and accepted, updating the docs would be the next step.

Reynaldo?

> --- mplayer.c	(revision 32011)
> +++ mplayer.c	(working copy)
> @@ -2611,6 +2611,13 @@
>      }
>  }
>  
> +static void edl_loadfile()

(void)

This should have caused a warning...

> +    if (edl_filename) {
> +        if (edl_records) free_edl(edl_records);

Break this line while you're at it..

Diego


More information about the MPlayer-dev-eng mailing list