# HG changeset patch # User pross # Date 1267012302 0 # Node ID fc001a3aa3902806f6c8b3cc511793dd46e8bf61 # Parent e817a3c2ec2e84175c8d0dcfdb2c1e32c43b4f28 it is not necessary to display the decoder name, as av_log() automatically prints the context diff -r e817a3c2ec2e -r fc001a3aa390 mmvideo.c --- 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; }