[vlc-commits] Removed unused variable (avformat)

Laurent Aimar git at videolan.org
Mon Sep 19 23:02:30 CEST 2011


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Mon Sep 19 20:27:33 2011 +0200| [0c4a828d5f9930ce7949d07b6edd9c4b22b2204a] | committer: Laurent Aimar

Removed unused variable (avformat)

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0c4a828d5f9930ce7949d07b6edd9c4b22b2204a
---

 modules/demux/avformat/demux.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/modules/demux/avformat/demux.c b/modules/demux/avformat/demux.c
index f8696c9..b3bc5b9 100644
--- a/modules/demux/avformat/demux.c
+++ b/modules/demux/avformat/demux.c
@@ -73,7 +73,6 @@ struct demux_sys_t
     es_out_id_t     **tk;
 
     int64_t     i_pcr;
-    int64_t     i_pcr_inc;
     int         i_pcr_tk;
 
     unsigned    i_ssa_order;



More information about the vlc-commits mailing list