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.lepp...@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.gisq...@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
signature.asc
Description: Digital signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel