From: Anton Khirnov Date: Sun, 22 Jan 2012 09:43:40 +0000 (+0100) Subject: lavc: postpone removing old audio encoding and decoding API X-Git-Tag: v9_beta1~3403 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=af0292f33a7d9a024a10a05748415622ea45e08e;p=platform%2Fupstream%2Flibav.git lavc: postpone removing old audio encoding and decoding API It has been deprecated only recently. --- diff --git a/libavcodec/version.h b/libavcodec/version.h index 77e1682..1de790e 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -114,13 +114,13 @@ #define FF_API_DATA_POINTERS (LIBAVCODEC_VERSION_MAJOR < 54) #endif #ifndef FF_API_OLD_DECODE_AUDIO -#define FF_API_OLD_DECODE_AUDIO (LIBAVCODEC_VERSION_MAJOR < 54) +#define FF_API_OLD_DECODE_AUDIO (LIBAVCODEC_VERSION_MAJOR < 55) #endif #ifndef FF_API_AVFRAME_AGE #define FF_API_AVFRAME_AGE (LIBAVCODEC_VERSION_MAJOR < 54) #endif #ifndef FF_API_OLD_ENCODE_AUDIO -#define FF_API_OLD_ENCODE_AUDIO (LIBAVCODEC_VERSION_MAJOR < 54) +#define FF_API_OLD_ENCODE_AUDIO (LIBAVCODEC_VERSION_MAJOR < 55) #endif #endif /* AVCODEC_VERSION_H */