From: Laurent Aimar Date: Mon, 19 Sep 2011 18:27:33 +0000 (+0200) Subject: Removed unused variable (avformat) X-Git-Tag: 1.2.0-pre1~674 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=0c4a828d5f9930ce7949d07b6edd9c4b22b2204a;p=vlc Removed unused variable (avformat) --- diff --git a/modules/demux/avformat/demux.c b/modules/demux/avformat/demux.c index f8696c9337..b3bc5b901b 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;