[vlc-devel] [PATCH] MKV: set the I frame flag when we know it's a keyframe
Denis Charmet
typx at dinauz.org
Thu Feb 26 16:57:54 CET 2015
Hi,
Le jeudi 26 février 2015 à 04:54:36, Steve Lhomme a écrit :
> break;
> }
>
> -
> + if ( f_mandatory )
> + p_block->i_flags |= BLOCK_FLAG_TYPE_I;
> +
f_mandatory = simpleblock->IsDiscardable() || simpleblock->IsKeyframe();
so this is wrong.
Regards,
--
Denis Charmet - TypX
Le mauvais esprit est un art de vivre
More information about the vlc-devel
mailing list