Commit b4743aa3 authored by Steve Lhomme's avatar Steve Lhomme

mkv.cpp: parse the Segment Info properly

parent f6832bdc
...@@ -2868,7 +2868,7 @@ static void ParseInfo( demux_t *p_demux, EbmlElement *info ) ...@@ -2868,7 +2868,7 @@ static void ParseInfo( demux_t *p_demux, EbmlElement *info )
msg_Dbg( p_demux, "| | + Title=%s", p_segment->psz_title ); msg_Dbg( p_demux, "| | + Title=%s", p_segment->psz_title );
} }
if( MKV_IS_ID( l, KaxSegmentFamily ) ) else if( MKV_IS_ID( l, KaxSegmentFamily ) )
{ {
KaxSegmentFamily *uid = static_cast<KaxSegmentFamily*>(l); KaxSegmentFamily *uid = static_cast<KaxSegmentFamily*>(l);
......
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