Re: [FFmpeg-devel] [PATCH] hevc: wait proper position for tmvp

2014-07-22 Thread Michael Niedermayer
On Sun, Jul 20, 2014 at 10:00:11AM +0200, Christophe Gisquet wrote: > The old code might have been detrimental as it was potentially > checking a CTB line below what's needed. > > -- > Christophe > hevc_mvs.c |6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) > 15611a6cd3a2bdcae43

[FFmpeg-devel] [PATCH] hevc: wait proper position for tmvp

2014-07-20 Thread Christophe Gisquet
The old code might have been detrimental as it was potentially checking a CTB line below what's needed. -- Christophe From 575c7afd134ed3acfc826b247fefdd3fe3ba1b40 Mon Sep 17 00:00:00 2001 From: Christophe Gisquet Date: Sun, 20 Jul 2014 09:34:58 +0200 Subject: [PATCH 1/2] hevc: wait proper posit