[MPlayer-dev-eng] [RFC] EDL seeking and timing

Diego Biurrun diego at biurrun.de
Thu Sep 2 09:34:14 CEST 2010


On Wed, Sep 01, 2010 at 09:40:26PM -0400, Vlad Seryakov wrote:
> 
> --- command.c	(revision 32037)
> +++ command.c	(working copy)
> @@ -70,6 +70,8 @@
>  
>  extern int use_menu;
> +extern int edl_adjust_pts;
> +extern double start_pts;

Please avoid extern declarations in .c files.  We have edl.h for this.

Diego


More information about the MPlayer-dev-eng mailing list