[vlc-devel] [PATCH] MKV: set the I frame flag when we know it's a keyframe

Steve Lhomme robux4 at videolabs.io
Thu Feb 26 17:04:12 CET 2015


so what does "f_mandatory" stands for ?

On Thu, Feb 26, 2015 at 4:57 PM, Denis Charmet <typx at dinauz.org> wrote:
> 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
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel



More information about the vlc-devel mailing list