diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-06-02 22:45:15 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-06-03 00:44:06 +0200 |
commit | f190f676bc93a7e80344f2feeb3b9b44604d4717 (patch) | |
tree | d450a39677cd2e45abdea10256675ac7267cce92 /libavcodec/ivi_common.h | |
parent | 068aa387128850da488af262d54986d03eebe423 (diff) | |
download | ffmpeg-f190f676bc93a7e80344f2feeb3b9b44604d4717.tar.gz |
Replace custom DEBUG preprocessor trickery by the standard one.
Diffstat (limited to 'libavcodec/ivi_common.h')
-rw-r--r-- | libavcodec/ivi_common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/ivi_common.h b/libavcodec/ivi_common.h index 0a5e9b1384..fd3d82515a 100644 --- a/libavcodec/ivi_common.h +++ b/libavcodec/ivi_common.h @@ -33,8 +33,6 @@ #include "get_bits.h" #include <stdint.h> -#define IVI_DEBUG 0 - #define IVI_VLC_BITS 13 ///< max number of bits of the ivi's huffman codes /** |