]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/wma.c
Merge commit '892b0be1dfbdeaf71235fb6c593286e4f5c7e4ec'
[ffmpeg] / libavcodec / wma.c
index b6dab4b65d84ce5e6ce9b74d8e45c926d41f861b..0122ee6fe3ff81d20cb4a9a514ee828cc54a97ea 100644 (file)
@@ -308,7 +308,7 @@ av_cold int ff_wma_init(AVCodecContext *avctx, int flags2)
     }
 #endif
 
-    /* init MDCT windows : simple sinus window */
+    /* init MDCT windows : simple sine window */
     for (i = 0; i < s->nb_block_sizes; i++) {
         ff_init_ff_sine_windows(s->frame_len_bits - i);
         s->windows[i] = ff_sine_windows[s->frame_len_bits - i];