[vlc-commits] MKV: remove unused variable
Jean-Baptiste Kempf
git at videolan.org
Mon Apr 9 23:41:37 CEST 2012
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Apr 9 23:38:21 2012 +0200| [f5bb58e308b5b595b11b129490d5981a10992b66] | committer: Jean-Baptiste Kempf
MKV: remove unused variable
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f5bb58e308b5b595b11b129490d5981a10992b66
---
modules/demux/mkv/demux.cpp | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/modules/demux/mkv/demux.cpp b/modules/demux/mkv/demux.cpp
index d863bb7..87ae968 100644
--- a/modules/demux/mkv/demux.cpp
+++ b/modules/demux/mkv/demux.cpp
@@ -463,7 +463,6 @@ matroska_stream_c *demux_sys_t::AnalyseAllSegmentsFound( demux_t *p_demux, EbmlS
bool b_keep_stream = false, b_keep_segment = false;
// verify the EBML Header
- vlc_stream_io_callback & io_stream = (vlc_stream_io_callback &) p_estream->I_O();
p_l0 = p_estream->FindNextID(EBML_INFO(EbmlHead), UINT64_MAX);
if (p_l0 == NULL)
{
More information about the vlc-commits
mailing list