[FFmpeg-devel] [PATCH 1/3] dnxhddec: better support for 4:4:4

Christophe Gisquet christophe.gisquet at gmail.com
Wed Oct 7 10:32:41 CEST 2015


Hi,

> this would allow ctx->bit_depth to be set but without initializing the
> dsp contexts
> subsequent runs would also skip init due to
> " if (ctx->bit_depth != old_bit_depth) {"

Actually, other changes could trigger the issue, like
4:2:2 10 bits -> 4:4:4 8 bits (unknown, unsupported) -> 4:2:2 8 bits.

Setting ctx->bit_depth should probably be delayed to when the idcts are set.

I will send later an updated patch including the above fix.
-- 
Christophe


More information about the ffmpeg-devel mailing list