mirror of https://github.com/FFmpeg/FFmpeg.git
fix ticket: 8932 For poc 2, we have tile boundary at x = 640. When we predict cu(640,912),the top left pixel is not avaliable to the cu. So, we can not check it's intra or not. We need set top[-1] = top[0] directly. see 8.4.4.2.1 for details Signed-off-by: Xu Guangxin <oddstone@gmail.com> Signed-off-by: Linjie Fu <linjie.justin.fu@gmail.com>pull/356/head
parent
c7ece8e26f
commit
e5be4c5a88
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue