lavc: Drop deprecated request_channels related functions

Deprecated in 04/2011.
This commit is contained in:
Vittorio Giovara
2015-07-28 14:30:22 +01:00
parent f6974fe651
commit dc70c19476
8 changed files with 0 additions and 81 deletions

View File

@@ -2063,16 +2063,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.