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

Michael Niedermayer michaelni at gmx.at
Fri Oct 2 18:10:18 CEST 2015


On Thu, Oct 01, 2015 at 11:11:16PM +0200, Christophe Gisquet wrote:
> 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

>  dnxhddec.c |    3 +++
>  1 file changed, 3 insertions(+)
> eb1fc6c12568d69bc0fd161fc86c5b2acb5ae6b4  0001-dnxhddec-initialize-with-mb-aligned-dimensions.patch
> From c10e86ce4469b81ac66b7fa2dd233efd191f508c Mon Sep 17 00:00:00 2001
> From: Christophe Gisquet <christophe.gisquet at gmail.com>
> Date: Wed, 30 Sep 2015 10:14:59 +0200
> Subject: [PATCH 1/3] dnxhddec: initialize with mb-aligned dimensions
> 
> The coded size is a multiple of the macroblock size, which is 16.

applied

thanks

[...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Complexity theory is the science of finding the exact solution to an
approximation. Benchmarking OTOH is finding an approximation of the exact
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20151002/e875bc9a/attachment.sig>


More information about the ffmpeg-devel mailing list