summaryrefslogtreecommitdiff
path: root/libavcodec/aac.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-05-04 21:18:13 +0200
committerDiego Biurrun <diego@biurrun.de>2013-07-25 19:43:32 +0200
commit03039f4c8cdb4f8e5dc69905f3d73e2a531157e8 (patch)
tree3ade6239dadc080b6d9c0d2dfb234fcf14ea48cc /libavcodec/aac.h
parent93a51984a27f3ba84d4e6f13d0c704ee9891603e (diff)
miscellaneous typo fixes
Diffstat (limited to 'libavcodec/aac.h')
-rw-r--r--libavcodec/aac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/aac.h b/libavcodec/aac.h
index b12d2bac33..a7c9995a31 100644
--- a/libavcodec/aac.h
+++ b/libavcodec/aac.h
@@ -157,7 +157,7 @@ typedef struct LongTermPrediction {
typedef struct IndividualChannelStream {
uint8_t max_sfb; ///< number of scalefactor bands per group
enum WindowSequence window_sequence[2];
- uint8_t use_kb_window[2]; ///< If set, use Kaiser-Bessel window, otherwise use a sinus window.
+ uint8_t use_kb_window[2]; ///< If set, use Kaiser-Bessel window, otherwise use a sine window.
int num_window_groups;
uint8_t group_len[8];
LongTermPrediction ltp;