Commit 025ab1ce authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

mkv: inverted test case. This should remove a warning we would see on each MKV file

parent c0ab9ac3
...@@ -1486,7 +1486,7 @@ static int Open( vlc_object_t * p_this ) ...@@ -1486,7 +1486,7 @@ static int Open( vlc_object_t * p_this )
} }
p_segment = p_stream->segments[0]; p_segment = p_stream->segments[0];
if( p_segment->cluster != NULL ) if( p_segment->cluster == NULL )
{ {
msg_Warn( p_demux, "cannot find any cluster, damaged file ?" ); msg_Warn( p_demux, "cannot find any cluster, damaged file ?" );
......
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