diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-08-22 07:55:34 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-08-24 14:30:25 +0200 |
commit | 93e623c642d3966b74bd0b4913357527123546f5 (patch) | |
tree | a4864c4d31a23844be2645c97d76634ff9ccb044 /libavcodec/avcodec.h | |
parent | 5c75b2a0b75f2d12a289af70c0ad99eac0533eb3 (diff) | |
download | ffmpeg-93e623c642d3966b74bd0b4913357527123546f5.tar.gz |
libx264: add 'psy_rd' private option.
Deprecate corresponding global option.
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 65064ea2e1..29b6994aec 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -2740,7 +2740,6 @@ typedef struct AVCodecContext { * - decoding: unused */ attribute_deprecated float aq_strength; -#endif /** * PSY RD @@ -2748,7 +2747,8 @@ typedef struct AVCodecContext { * - encoding: Set by user * - decoding: unused */ - float psy_rd; + attribute_deprecated float psy_rd; +#endif /** * PSY trellis |