Commit aa4b22e8 authored by Laurent Aimar's avatar Laurent Aimar

Fixed mkv seeking regression while adding simpleblock support.

parent 05c3c71d
...@@ -1407,7 +1407,7 @@ int matroska_segment_c::BlockGet( KaxBlock * & pp_block, KaxSimpleBlock * & pp_s ...@@ -1407,7 +1407,7 @@ int matroska_segment_c::BlockGet( KaxBlock * & pp_block, KaxSimpleBlock * & pp_s
ref.ReadData( es.I_O() ); ref.ReadData( es.I_O() );
if( int64( ref ) < 0 ) if( *pb_key_picture )
*pb_key_picture = false; *pb_key_picture = false;
else if( int64( ref ) > 0 ) else if( int64( ref ) > 0 )
*pb_discardable_picture = true; *pb_discardable_picture = true;
......
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