summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2015-09-05 16:42:44 +0200
committerHendrik Leppkes <h.leppkes@gmail.com>2015-09-05 16:42:44 +0200
commitb27ddffbfb29f456d43c2f155eef5230b940a48b (patch)
tree85b29b1913c026ca408711e253f42a8e34a0d320 /libavcodec/avcodec.h
parent144fb06806664d4f3bc681ed1408383baeb515f4 (diff)
parentdc70c19476e76f1118df73b5d97cc76f0e5f6f6c (diff)
Merge commit 'dc70c19476e76f1118df73b5d97cc76f0e5f6f6c'
* commit 'dc70c19476e76f1118df73b5d97cc76f0e5f6f6c': lavc: Drop deprecated request_channels related functions Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 9d38b591c9..a471575098 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -2305,16 +2305,6 @@ typedef struct AVCodecContext {
*/
int cutoff;
-#if FF_API_REQUEST_CHANNELS
- /**
- * Decoder should decode to this many channels if it can (0 for default)
- * - encoding: unused
- * - decoding: Set by user.
- * @deprecated Deprecated in favor of request_channel_layout.
- */
- attribute_deprecated int request_channels;
-#endif
-
/**
* Audio channel layout.
* - encoding: set by user.