diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2007-12-28 06:13:55 +0000 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2007-12-28 06:13:55 +0000 |
commit | 02c164c1482e16715716b2615964481877412e4b (patch) | |
tree | 0ce15124dfd2f81e15ea04b4648ec917eae13cbc /libavcodec/avcodec.h | |
parent | 08ac1e783e5160257fe58aec5b0ca611ab8c7498 (diff) | |
download | ffmpeg-02c164c1482e16715716b2615964481877412e4b.tar.gz |
use cutoff frequency to adjust bandwidth in ac3 encoder
Originally committed as revision 11338 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 95ed9e6b01..3e6204e248 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -2072,7 +2072,7 @@ typedef struct AVCodecContext { int directpred; /** - * Audio cutoff bandwidth (0 means "automatic"), currently used only by FAAC. + * Audio cutoff bandwidth (0 means "automatic") * - encoding: Set by user. * - decoding: unused */ |