[FFmpeg-devel] [PATCH 1/3] dnxhddec: initialize with mb-aligned dimensions

Christophe Gisquet christophe.gisquet at gmail.com
Thu Oct 1 23:11:16 CEST 2015


Hi,

2015-10-01 22:34 GMT+02:00 Hendrik Leppkes <h.leppkes at gmail.com>:
>> +    avctx->coded_width  = FFALIGN(avctx->width, 16);
>> +    avctx->coded_height = FFALIGN(avctx->coded_height, 16);
>
> Intentional that this is not ->height, but ->coded_height?

Huh, yes, and the worse is it was intended to fix coded_height.

Here's an updated patch.

-- 
Christophe
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-dnxhddec-initialize-with-mb-aligned-dimensions.patch
Type: text/x-patch
Size: 910 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20151001/36f21ea8/attachment.bin>


More information about the ffmpeg-devel mailing list