[FFmpeg-devel] [PATCH] alsdec: fix typo

Paul B Mahol onemda at gmail.com
Fri Jan 4 17:38:08 CET 2013


Signed-off-by: Paul B Mahol <onemda at gmail.com>
---
 libavcodec/alsdec.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/alsdec.c b/libavcodec/alsdec.c
index f632017..8b9c2ee 100644
--- a/libavcodec/alsdec.c
+++ b/libavcodec/alsdec.c
@@ -308,7 +308,7 @@ static av_cold int read_specific_config(ALSDecContext *ctx)
     skip_bits_long(&gb, 32); // sample rate already known
     sconf->samples              = get_bits_long(&gb, 32);
     avctx->channels             = m4ac.channels;
-    skip_bits(&gb, 16);      // number of channels already knwon
+    skip_bits(&gb, 16);      // number of channels already known
     skip_bits(&gb, 3);       // skip file_type
     sconf->resolution           = get_bits(&gb, 3);
     sconf->floating             = get_bits1(&gb);
-- 
1.7.11.4



More information about the ffmpeg-devel mailing list