diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-03-09 10:24:47 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-03-09 10:24:47 +0000 |
commit | 082dea8e404ea30c7ece089cf7cd81c38c3916c4 (patch) | |
tree | 345d896c885996233fd455abb7d59f16c35a774e /libavutil/log.h | |
parent | 0881748386fa7c39dbd1d5e5c204035cb7b6c2c0 (diff) | |
download | ffmpeg-082dea8e404ea30c7ece089cf7cd81c38c3916c4.tar.gz |
Remove all remaining code that was disabled through the major version bump.
Originally committed as revision 17903 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/log.h')
-rw-r--r-- | libavutil/log.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/libavutil/log.h b/libavutil/log.h index a886844d9b..1206a2fc38 100644 --- a/libavutil/log.h +++ b/libavutil/log.h @@ -53,15 +53,6 @@ struct AVCLASS { /* av_log API */ -#if LIBAVUTIL_VERSION_INT < (50<<16) -#define AV_LOG_QUIET -1 -#define AV_LOG_FATAL 0 -#define AV_LOG_ERROR 0 -#define AV_LOG_WARNING 1 -#define AV_LOG_INFO 1 -#define AV_LOG_VERBOSE 1 -#define AV_LOG_DEBUG 2 -#else #define AV_LOG_QUIET -8 /** @@ -95,11 +86,6 @@ struct AVCLASS { * Stuff which is only useful for libav* developers. */ #define AV_LOG_DEBUG 48 -#endif - -#if LIBAVUTIL_VERSION_INT < (50<<16) -extern int av_log_level; -#endif /** * Sends the specified message to the log if the level is less than or equal |