Mercurial > libavcodec.hg
changeset 11269:fc001a3aa390 libavcodec
it is not necessary to display the decoder name, as av_log() automatically prints the context
author | pross |
---|---|
date | Wed, 24 Feb 2010 11:51:42 +0000 |
parents | e817a3c2ec2e |
children | f64dd8297105 |
files | mmvideo.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mmvideo.c Wed Feb 24 01:57:31 2010 +0000 +++ b/mmvideo.c Wed Feb 24 11:51:42 2010 +0000 @@ -60,7 +60,7 @@ s->frame.reference = 1; if (avctx->get_buffer(avctx, &s->frame)) { - av_log(s->avctx, AV_LOG_ERROR, "mmvideo: get_buffer() failed\n"); + av_log(s->avctx, AV_LOG_ERROR, "get_buffer() failed\n"); return -1; }