X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fh263dec.c;h=628546bb86a70b40b147910c736161e9d1d247b8;hb=9de85c544aaa0e38f52154e6a6b3a1adc02993c8;hp=ca7e5ebe9b2418f6df666daca6a1a28e6e37632b;hpb=7e299035268926eced26f442885403edab51e7fc;p=ffmpeg diff --git a/libavcodec/h263dec.c b/libavcodec/h263dec.c index ca7e5ebe9b2..628546bb86a 100644 --- a/libavcodec/h263dec.c +++ b/libavcodec/h263dec.c @@ -699,8 +699,8 @@ frame_end: int x, y, p; av_frame_make_writable(pict); for (p=0; p<3; p++) { - int w = FF_CEIL_RSHIFT(pict-> width, !!p); - int h = FF_CEIL_RSHIFT(pict->height, !!p); + int w = AV_CEIL_RSHIFT(pict-> width, !!p); + int h = AV_CEIL_RSHIFT(pict->height, !!p); int linesize = pict->linesize[p]; for (y=0; y<(h>>1); y++) for (x=0; x