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

Carl Eugen Hoyos cehoyos at ag.or.at
Sun Jan 3 19:17:02 CET 2016


Clément Bœsch <u <at> pkh.me> writes:

> -        if (!parity_table[cc_data_pair[2]]) {
> +        if (!get_parity(cc_data_pair[2]))

I this slower or faster than before the patch?

Replacing it with popcount seems ok either way 
imo.

Carl Eugen


More information about the ffmpeg-devel mailing list