[SCM] libav/experimental: it is not necessary to display the decoder name, as av_log() automatically prints the context

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:01:27 UTC 2013


The following commit has been merged in the experimental branch:
commit 601e74d3660f0bda7d5d6e5da52bfcdf731952eb
Author: Peter Ross <pross at xvid.org>
Date:   Wed Feb 24 11:51:42 2010 +0000

    it is not necessary to display the decoder name, as av_log() automatically prints the context
    
    Originally committed as revision 22023 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/mmvideo.c b/libavcodec/mmvideo.c
index 0b45b77..fe11561 100644
--- a/libavcodec/mmvideo.c
+++ b/libavcodec/mmvideo.c
@@ -60,7 +60,7 @@ static av_cold int mm_decode_init(AVCodecContext *avctx)
 
     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;
     }
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list