Commit a18d7b9a authored by diego's avatar diego

message typo fixes


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6564 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 784b3269
...@@ -2534,7 +2534,7 @@ retry: ...@@ -2534,7 +2534,7 @@ retry:
if(ff_mpa_check_header(header) < 0){ if(ff_mpa_check_header(header) < 0){
buf++; buf++;
// buf_size--; // 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; goto retry;
} }
...@@ -2574,7 +2574,7 @@ retry: ...@@ -2574,7 +2574,7 @@ retry:
if(out_size>=0) if(out_size>=0)
*data_size = out_size; *data_size = out_size;
else 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; s->frame_size = 0;
return buf_size; return buf_size;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment