diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-02-03 14:51:50 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-04-19 18:40:35 +0200 |
commit | 01a4259b8db344586b371528973439109f3e2ace (patch) | |
tree | ce3e7d2964d0fea2062da9a152d36b7359421081 /libavcodec/avcodec.h | |
parent | db4d3a7421ec70de0d5ccd8a9f99b46b5c780d23 (diff) | |
download | ffmpeg-01a4259b8db344586b371528973439109f3e2ace.tar.gz |
lavc: remove the FF_API_USE_LPC cruft.
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index c47b0065e7..3eac5672b1 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -2531,16 +2531,6 @@ typedef struct AVCodecContext { int compression_level; #define FF_COMPRESSION_DEFAULT -1 -#if FF_API_USE_LPC - /** - * Sets whether to use LPC mode - used by FLAC encoder. - * - encoding: Set by user. - * - decoding: unused - * @deprecated Deprecated in favor of lpc_type and lpc_passes. - */ - int use_lpc; -#endif - /** * LPC coefficient precision - used by FLAC encoder * - encoding: Set by user. |