diff libmpdemux/demux_mpg.c @ 18958:a8e681ad7c90

Remove unused variables, patch by Stefan Huehner stefan at huehner org.
author diego
date Sat, 08 Jul 2006 17:28:36 +0000
parents 5c8acc972551
children c68cf9a578a8
line wrap: on
line diff
--- a/libmpdemux/demux_mpg.c	Sat Jul 08 17:15:17 2006 +0000
+++ b/libmpdemux/demux_mpg.c	Sat Jul 08 17:28:36 2006 +0000
@@ -798,8 +798,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;
     mpg_demuxer_t *mpg_d=(mpg_demuxer_t*)demuxer->priv;
     int msec = 0;