]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/hevcpred_template.c
avformat/dump: Remove remnants of codec timebase
[ffmpeg] / libavcodec / hevcpred_template.c
index f1a1f4c1f0c5201d2b1d20fa0363915044d56363..ca75ec1128edcf523db1b13f4eeb38fd123ba781 100644 (file)
@@ -214,7 +214,7 @@ do {                                  \
                 while (j < size_max_x && !IS_INTRA(j, -1))
                     j++;
                 if (j > 0)
-                    if (x0 > 0) {
+                    if (cand_up_left) {
                         EXTEND_LEFT_CIP(top, j, j + 1);
                     } else {
                         EXTEND_LEFT_CIP(top, j, j);