From 03039f4c8cdb4f8e5dc69905f3d73e2a531157e8 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 4 May 2013 21:18:13 +0200 Subject: miscellaneous typo fixes --- libavcodec/aac.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/aac.h') 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; -- cgit v1.2.3