]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_stack.c
Merge commit '09f4822e4eaf61513b9092414450f3ae920ccd9d'
[ffmpeg] / libavfilter / vf_stack.c
index 2fe371275d14180b973bc6e6521a92b9930e7303..b6243ebdb8785c1009f7a77ab56facaedd3a604e 100644 (file)
@@ -123,7 +123,7 @@ static int process_frame(FFFrameSync *fs)
             return ret;
         }
 
-        height[1] = height[2] = FF_CEIL_RSHIFT(inlink->h, s->desc->log2_chroma_h);
+        height[1] = height[2] = AV_CEIL_RSHIFT(inlink->h, s->desc->log2_chroma_h);
         height[0] = height[3] = inlink->h;
 
         for (p = 0; p < s->nb_planes; p++) {