[MPlayer-dev-eng] [patch] remove unused variables

Diego Biurrun diego at biurrun.de
Sat Jul 8 19:29:30 CEST 2006


On Sat, Jul 08, 2006 at 06:20:20PM +0200, Stefan Huehner wrote:
> 
> attached patch remove some unused variables.
> 
> Please review and consider applying.

Thanks, applied.

> --- libmpdemux/demux_mpg.c	(revision 18955)
> +++ libmpdemux/demux_mpg.c	(working copy)
> @@ -799,7 +799,6 @@
>  
>  int demux_mpg_control(demuxer_t *demuxer,int cmd, void *arg){
>      demux_stream_t *d_video=demuxer->video;
> -    sh_video_t *sh_video=d_video->sh;

You'll get another unused variable in the line above with this patch,
fixed.

Diego



More information about the MPlayer-dev-eng mailing list