From 9f5ddd1e460a7e25b838286d36bf3fbe17baaa76 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 6 Apr 2011 07:38:11 +0200 Subject: lavc: add a FF_API_REQUEST_CHANNELS deprecation macro And hide request_channels AVOption under it. --- libavcodec/avcodec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/avcodec.h') diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 95a933dc..7eb8b52 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -2590,7 +2590,7 @@ typedef struct AVCodecContext { */ int64_t timecode_frame_start; -#if LIBAVCODEC_VERSION_MAJOR < 53 +#if FF_API_REQUEST_CHANNELS /** * Decoder should decode to this many channels if it can (0 for default) * - encoding: unused -- cgit v1.1