comparison h264.h @ 8596:68e959302527 libavcodec

replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ and remove all ENABLE_ definitions.
author aurel
date Wed, 14 Jan 2009 17:19:17 +0000
parents b749b637ecfa
children e9d9d946f213
comparison
equal deleted inserted replaced
8595:2f476018b4ac 8596:68e959302527
84 #define CHROMA h->sps.chroma_format_idc 84 #define CHROMA h->sps.chroma_format_idc
85 #else 85 #else
86 #define CHROMA 1 86 #define CHROMA 1
87 #endif 87 #endif
88 88
89 #ifndef ENABLE_H264_ENCODER 89 #ifndef CONFIG_H264_ENCODER
90 #define ENABLE_H264_ENCODER 0 90 #define CONFIG_H264_ENCODER 0
91 #endif 91 #endif
92 92
93 #define EXTENDED_SAR 255 93 #define EXTENDED_SAR 255
94 94
95 #define MB_TYPE_REF0 MB_TYPE_ACPRED //dirty but it fits in 16 bit 95 #define MB_TYPE_REF0 MB_TYPE_ACPRED //dirty but it fits in 16 bit