Mercurial > libavcodec.hg
changeset 3938:92d8a536268f libavcodec
message typo fixes
author | diego |
---|---|
date | Thu, 05 Oct 2006 18:15:17 +0000 |
parents | 0b4d29db857a |
children | 16ace038f452 |
files | mpegaudiodec.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mpegaudiodec.c Thu Oct 05 17:10:33 2006 +0000 +++ b/mpegaudiodec.c Thu Oct 05 18:15:17 2006 +0000 @@ -2534,7 +2534,7 @@ if(ff_mpa_check_header(header) < 0){ buf++; // buf_size--; - av_log(avctx, AV_LOG_ERROR, "header missing skiping one byte\n"); + av_log(avctx, AV_LOG_ERROR, "Header missing skipping one byte.\n"); goto retry; } @@ -2574,7 +2574,7 @@ if(out_size>=0) *data_size = out_size; else - av_log(avctx, AV_LOG_DEBUG, "Error while decoding mpeg audio frame\n"); //FIXME return -1 / but also return the number of bytes consumed + av_log(avctx, AV_LOG_DEBUG, "Error while decoding MPEG audio frame.\n"); //FIXME return -1 / but also return the number of bytes consumed s->frame_size = 0; return buf_size; }