From 160d679c075e9f575f96ea2c2c000545a49916a0 Mon Sep 17 00:00:00 2001 From: Mike Melanson Date: Sun, 24 Apr 2005 17:21:11 +0000 Subject: Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped") Originally committed as revision 4153 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/flac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/flac.c') diff --git a/libavcodec/flac.c b/libavcodec/flac.c index 894da93848..17082e4328 100644 --- a/libavcodec/flac.c +++ b/libavcodec/flac.c @@ -556,7 +556,7 @@ static int decode_frame(FLACContext *s) skip_bits(&s->gb, 8); crc8= get_crc8(s->gb.buffer, get_bits_count(&s->gb)/8); if(crc8){ - av_log(s->avctx, AV_LOG_ERROR, "header crc missmatch crc=%2X\n", crc8); + av_log(s->avctx, AV_LOG_ERROR, "header crc mismatch crc=%2X\n", crc8); return -1; } -- cgit v1.2.3