Module: libav Branch: release/9 Commit: 8c0dd6796c515988a878573826b208fd53481ae7
Author: Anton Khirnov <[email protected]> Committer: Diego Biurrun <[email protected]> Date: Mon Feb 4 14:46:55 2013 +0100 h264: remove silly macros They serve no useful purpose and wreak all kind of havoc when h264.h is included elsewhere. (cherry picked from commit 9782c778a205dc63443d47142dfeea602f697b55) Signed-off-by: Jean-Yves Avenard <[email protected]> Signed-off-by: Diego Biurrun <[email protected]> --- libavcodec/h264.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/libavcodec/h264.h b/libavcodec/h264.h index 898ebf7..be0610d 100644 --- a/libavcodec/h264.h +++ b/libavcodec/h264.h @@ -36,9 +36,6 @@ #include "h264pred.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 _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
