[vlc-commits] Vobsub: remove unused variable
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Thu Aug  9 18:17:22 CEST 2012
    
    
  
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Aug  9 18:16:48 2012 +0200| [36dde1d55dfa3ba4a9ba682d18fa0a782b59b9d8] | committer: Jean-Baptiste Kempf
Vobsub: remove unused variable
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=36dde1d55dfa3ba4a9ba682d18fa0a782b59b9d8
---
 modules/demux/vobsub.c |    1 -
 1 file changed, 1 deletion(-)
diff --git a/modules/demux/vobsub.c b/modules/demux/vobsub.c
index b145b30..68da046 100644
--- a/modules/demux/vobsub.c
+++ b/modules/demux/vobsub.c
@@ -75,7 +75,6 @@ typedef struct
 
 typedef struct
 {
-    es_format_t fmt;
     es_out_id_t *p_es;
     int         i_track_id;
 
    
    
More information about the vlc-commits
mailing list