Commit f5bb58e3 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

MKV: remove unused variable

parent 3c5ab022
...@@ -463,7 +463,6 @@ matroska_stream_c *demux_sys_t::AnalyseAllSegmentsFound( demux_t *p_demux, EbmlS ...@@ -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; bool b_keep_stream = false, b_keep_segment = false;
// verify the EBML Header // 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); p_l0 = p_estream->FindNextID(EBML_INFO(EbmlHead), UINT64_MAX);
if (p_l0 == NULL) if (p_l0 == NULL)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment