[FFmpeg-cvslog] h264: remove silly macros
Anton Khirnov
git at videolan.org
Thu Feb 7 14:00:09 CET 2013
ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Mon Feb 4 14:46:55 2013 +0100| [9782c778a205dc63443d47142dfeea602f697b55] | committer: Anton Khirnov
h264: remove silly macros
They serve no useful purpose and wreak all kind of havoc when h264.h is
included elsewhere.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9782c778a205dc63443d47142dfeea602f697b55
---
libavcodec/h264.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/libavcodec/h264.h b/libavcodec/h264.h
index 2317d6a..c4addbe 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
More information about the ffmpeg-cvslog
mailing list