[vlc-commits] access: dvb: remove now unused member
    Francois Cartegnie 
    git at videolan.org
       
    Fri Apr 22 18:20:00 CEST 2016
    
    
  
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Fri Apr 22 18:04:49 2016 +0200| [99fdf119a27d0c78f4a552df915c7bcb53eb9f52] | committer: Francois Cartegnie
access: dvb: remove now unused member
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=99fdf119a27d0c78f4a552df915c7bcb53eb9f52
---
 modules/access/dvb/dvb.h |    1 -
 1 file changed, 1 deletion(-)
diff --git a/modules/access/dvb/dvb.h b/modules/access/dvb/dvb.h
index e541124..13d7115 100644
--- a/modules/access/dvb/dvb.h
+++ b/modules/access/dvb/dvb.h
@@ -62,7 +62,6 @@ struct access_sys_t
 
     /* Scan */
     struct scan_t *scan;
-    uint8_t packet[TS_PACKET_SIZE];
 };
 
 #define VIDEO0_TYPE     1
    
    
More information about the vlc-commits
mailing list