From b9de160c3ef5979bc6c4358c25a17a13706cf410 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sun, 22 Jan 2012 10:56:42 +0100 Subject: lavc: remove disabled FF_API_LAME_GLOBAL_OPTS cruft. --- libavcodec/avcodec.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'libavcodec/avcodec.h') diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index d724ea1b2c..bc5e09c3fb 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -599,9 +599,6 @@ typedef struct RcOverride{ #if FF_API_SNOW_GLOBAL_OPTS #define CODEC_FLAG2_MEMC_ONLY 0x00001000 ///< Only do ME/MC (I frames -> ref, P frame -> ME+MC). #endif -#if FF_API_LAME_GLOBAL_OPTS -#define CODEC_FLAG2_BIT_RESERVOIR 0x00020000 ///< Use a bit reservoir when encoding if possible -#endif /** * @} */ -- cgit v1.2.3