From 5b142a4d334bfa8ee5ec5f364c26c98ddb425fac Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Thu, 10 Sep 2015 17:05:51 +0200 Subject: lavc: Keep idct integer option "int" is useful in testing because provides accurate results across different plaftforms, so remove it from the scheduled FF_API_UNUSED_MEMBERS deprecation. --- libavcodec/avcodec.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavcodec/avcodec.h') diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 8a073d4c4f..8c635d7ed1 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -2572,9 +2572,7 @@ typedef struct AVCodecContext { int dct_algo; #define FF_DCT_AUTO 0 #define FF_DCT_FASTINT 1 -#if FF_API_UNUSED_MEMBERS #define FF_DCT_INT 2 -#endif /* FF_API_UNUSED_MEMBERS */ #define FF_DCT_MMX 3 #define FF_DCT_ALTIVEC 5 #define FF_DCT_FAAN 6 -- cgit v1.2.3