[FFmpeg-devel] [PATCH] lavc/ccaption_dec: simplify parity check

Kieran Kunhya kierank at obe.tv
Sun Jan 3 19:23:08 CET 2016


On 3 January 2016 at 18:17, Carl Eugen Hoyos <cehoyos at ag.or.at> wrote:
> Clément Bœsch <u <at> pkh.me> writes:
>
>> -        if (!parity_table[cc_data_pair[2]]) {
>> +        if (!get_parity(cc_data_pair[2]))

I doubt this is speed critical.
Kieran


More information about the ffmpeg-devel mailing list