vlc | branch: master | Laurent Aimar <[email protected]> | 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; _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
