]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_mpdecimate.c
Merge commit 'eef9f06508354d1c7d5624c1c18997e7974288f1'
[ffmpeg] / libavfilter / vf_mpdecimate.c
index c0c498bd65e2310d6ad0bc145020a832aa4ae0ee..dc345114cde69a1caa13055e452ef9dbd602100d 100644 (file)
@@ -130,8 +130,8 @@ static int decimate_frame(AVFilterContext *ctx,
         if (diff_planes(ctx,
                         cur->data[plane], cur->linesize[plane],
                         ref->data[plane], ref->linesize[plane],
-                        FF_CEIL_RSHIFT(ref->width,  hsub),
-                        FF_CEIL_RSHIFT(ref->height, vsub))) {
+                        AV_CEIL_RSHIFT(ref->width,  hsub),
+                        AV_CEIL_RSHIFT(ref->height, vsub))) {
             emms_c();
             return 0;
         }