]> git.sesse.net Git - ffmpeg/commitdiff
h264: remove silly macros
authorAnton Khirnov <anton@khirnov.net>
Mon, 4 Feb 2013 13:46:55 +0000 (14:46 +0100)
committerAnton Khirnov <anton@khirnov.net>
Wed, 6 Feb 2013 20:45:02 +0000 (21:45 +0100)
They serve no useful purpose and wreak all kind of havoc when h264.h is
included elsewhere.

libavcodec/h264.h

index 2317d6aeff67a27e0eebe13ca5148e8e73183d0d..c4addbef482577b318ab3552afb54199772c9f46 100644 (file)
@@ -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