summaryrefslogtreecommitdiff
path: root/libavcodec/h264.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-02-04 14:46:55 +0100
committerAnton Khirnov <anton@khirnov.net>2013-02-06 21:45:02 +0100
commit9782c778a205dc63443d47142dfeea602f697b55 (patch)
tree3f32535b7ce80be9aebe39772c52f478c4cf15c7 /libavcodec/h264.h
parentca1fe6c0e60808da45d4dfd8728f45e843b9f9b0 (diff)
h264: remove silly macros
They serve no useful purpose and wreak all kind of havoc when h264.h is included elsewhere.
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r--libavcodec/h264.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h
index 2317d6aeff..c4addbef48 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