]> granicus.if.org Git - libvpx/blobdiff - vp8/decoder/decodeframe.c
Merge "remove vp8 unused uvstride parm in simple loop filter"
[libvpx] / vp8 / decoder / decodeframe.c
index ab03c909d6d9c1b45e6112c6d7cf5616eef058ac..84e62af235fee2c773980c53ca52ebd517502ba1 100644 (file)
@@ -689,7 +689,7 @@ static void decode_mb_rows(VP8D_COMP *pbi)
                                                lf_dst[0], lf_dst[1], lf_dst[2]);
                 else
                     vp8_loop_filter_row_simple(pc, lf_mic, mb_row-1,
-                                               recon_y_stride, recon_uv_stride,
+                                               recon_y_stride,
                                                lf_dst[0], lf_dst[1], lf_dst[2]);
                 if(mb_row > 1)
                 {
@@ -734,8 +734,7 @@ static void decode_mb_rows(VP8D_COMP *pbi)
                                        lf_dst[2]);
         else
             vp8_loop_filter_row_simple(pc, lf_mic, mb_row-1, recon_y_stride,
-                                       recon_uv_stride, lf_dst[0], lf_dst[1],
-                                       lf_dst[2]);
+                                       lf_dst[0], lf_dst[1], lf_dst[2]);
 
         yv12_extend_frame_left_right_c(yv12_fb_new,
                                        eb_dst[0],