Commit e40bf9c6 authored by Laurent Aimar's avatar Laurent Aimar Committed by Jean-Baptiste Kempf

Fixed mkv seeking regression while adding simpleblock support.

(cherry picked from commit aa4b22e8)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent b4a52f1c
......@@ -1405,7 +1405,7 @@ int matroska_segment_c::BlockGet( KaxBlock * & pp_block, KaxSimpleBlock * & pp_s
ref.ReadData( es.I_O() );
if( int64( ref ) < 0 )
if( *pb_key_picture )
*pb_key_picture = false;
else if( int64( ref ) > 0 )
*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