Mercurial > libavcodec.hg
diff lcl.c @ 2628:511e3afc43e1 libavcodec
Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped")
| author | melanson |
|---|---|
| date | Sun, 24 Apr 2005 17:21:11 +0000 |
| parents | 9a7770ebed14 |
| children | ef2149182f1c |
line wrap: on
line diff
--- a/lcl.c Sun Apr 24 11:13:49 2005 +0000 +++ b/lcl.c Sun Apr 24 17:21:11 2005 +0000 @@ -714,7 +714,7 @@ break; default: if ((c->compression < Z_NO_COMPRESSION) || (c->compression > Z_BEST_COMPRESSION)) { - av_log(avctx, AV_LOG_ERROR, "Unusupported compression level for ZLIB: (%d).\n", c->compression); + av_log(avctx, AV_LOG_ERROR, "Unsupported compression level for ZLIB: (%d).\n", c->compression); return 1; } av_log(avctx, AV_LOG_INFO, "Compression level for ZLIB: (%d).\n", c->compression);
