Mercurial > libavcodec.hg
diff mpegaudiodec.c @ 4796:231daf8387b1 libavcodec
typos
author | diego |
---|---|
date | Sat, 07 Apr 2007 14:10:02 +0000 |
parents | 36c100bb7758 |
children | 777f250df232 |
line wrap: on
line diff
--- a/mpegaudiodec.c Sat Apr 07 14:09:20 2007 +0000 +++ b/mpegaudiodec.c Sat Apr 07 14:10:02 2007 +0000 @@ -2289,7 +2289,7 @@ for(ch=0;ch<s->nb_channels;ch++) { g = &granules[ch][gr]; if(get_bits_count(&s->gb)<0){ - av_log(NULL, AV_LOG_ERROR, "mdb:%d, lastbuf:%d skiping granule %d\n", + av_log(NULL, AV_LOG_ERROR, "mdb:%d, lastbuf:%d skipping granule %d\n", main_data_begin, s->last_buf_size, gr); skip_bits_long(&s->gb, g->part2_3_length); memset(g->sb_hybrid, 0, sizeof(g->sb_hybrid));