From: Anton Khirnov Date: Mon, 4 Feb 2013 13:46:55 +0000 (+0100) Subject: h264: remove silly macros X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=9782c778a205dc63443d47142dfeea602f697b55;p=ffmpeg h264: remove silly macros They serve no useful purpose and wreak all kind of havoc when h264.h is included elsewhere. --- diff --git a/libavcodec/h264.h b/libavcodec/h264.h index 2317d6aeff6..c4addbef482 100644 --- a/libavcodec/h264.h +++ b/libavcodec/h264.h @@ -37,9 +37,6 @@ #include "h264qpel.h" #include "rectangle.h" -#define interlaced_dct interlaced_dct_is_a_bad_name -#define mb_intra mb_intra_is_not_initialized_see_mb_type - #define MAX_SPS_COUNT 32 #define MAX_PPS_COUNT 256