[MPlayer-dev-eng] [PATCH] Capture feature

Diego Biurrun diego at biurrun.de
Sun Sep 5 14:13:21 CEST 2010


On Sun, Sep 05, 2010 at 02:01:34PM +0200, Pásztor Szilárd wrote:
> 
> --- mplayer-export-2010-09-05/mplayer.c	2010-09-04 21:24:34.000000000 +0200
> +++ mplayer-export-2010-09-05-capture/mplayer.c	2010-09-05 13:33:45.000000000 +0200
> @@ -271,6 +271,7 @@ float stream_cache_seek_min_percent=50.0
>  // dump:
>  static char *stream_dump_name="stream.dump";
>         int stream_dump_type=0;
> +extern char *capture_dump_name;

Please move this extern declaration to an appropriate header file.

I know there are plenty of similar examples in MPlayer, but I'm
working on cleaning them up as we speak.

Diego


More information about the MPlayer-dev-eng mailing list