X-Git-Url: http://git.videolan.org/?p=ffmpeg.git;a=blobdiff_plain;f=libavcodec%2Fh264_slice.c;h=216e96394d24180ba7f1bfbf691043a1be058c28;hp=53f61caa7df78fd23d43018766bbf5bdb2995b62;hb=38c3ffbd55deb91622a58d8e20b15d263aadf131;hpb=0a3ffcfc8224d38b3fe635d243ff1ec74df17c84 diff --git a/libavcodec/h264_slice.c b/libavcodec/h264_slice.c index 53f61caa7d..216e96394d 100644 --- a/libavcodec/h264_slice.c +++ b/libavcodec/h264_slice.c @@ -443,7 +443,7 @@ static void clone_tables(H264Context *dst, H264Context *src, int i) } #define IN_RANGE(a, b, size) (((a) >= (b)) && ((a) < ((b) + (size)))) -#undef REBASE_PICTURE + #define REBASE_PICTURE(pic, new_ctx, old_ctx) \ (((pic) && (pic) >= (old_ctx)->DPB && \ (pic) < (old_ctx)->DPB + H264_MAX_PICTURE_COUNT) ? \