summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2007-12-28 06:13:55 +0000
committerJustin Ruggles <justin.ruggles@gmail.com>2007-12-28 06:13:55 +0000
commit02c164c1482e16715716b2615964481877412e4b (patch)
tree0ce15124dfd2f81e15ea04b4648ec917eae13cbc /libavcodec/avcodec.h
parent08ac1e783e5160257fe58aec5b0ca611ab8c7498 (diff)
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.h2
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
*/