diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-04-07 14:10:02 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-04-07 14:10:02 +0000 |
commit | fe0372296ac6f63c9e1f88d47a05f2918876119c (patch) | |
tree | ae1d529eb6b87fc7aeedb33ca52e8075ccaab0ae /libavcodec/mpegaudiodec.c | |
parent | e42dba481f6e552539ed8ce1a164024f68667943 (diff) | |
download | ffmpeg-fe0372296ac6f63c9e1f88d47a05f2918876119c.tar.gz |
typos
Originally committed as revision 8642 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegaudiodec.c')
-rw-r--r-- | libavcodec/mpegaudiodec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mpegaudiodec.c b/libavcodec/mpegaudiodec.c index d64c9f6115..78f4ac0e29 100644 --- a/libavcodec/mpegaudiodec.c +++ b/libavcodec/mpegaudiodec.c @@ -2289,7 +2289,7 @@ static int mp_decode_layer3(MPADecodeContext *s) 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)); |