[FFmpeg-cvslog] r22023 - trunk/libavcodec/mmvideo.c
pross
subversion
Wed Feb 24 12:51:42 CET 2010
Author: pross
Date: Wed Feb 24 12:51:42 2010
New Revision: 22023
Log:
it is not necessary to display the decoder name, as av_log() automatically prints the context
Modified:
trunk/libavcodec/mmvideo.c
Modified: trunk/libavcodec/mmvideo.c
==============================================================================
--- trunk/libavcodec/mmvideo.c Wed Feb 24 12:43:33 2010 (r22022)
+++ trunk/libavcodec/mmvideo.c Wed Feb 24 12:51:42 2010 (r22023)
@@ -60,7 +60,7 @@ static av_cold int mm_decode_init(AVCode
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;
}
More information about the ffmpeg-cvslog
mailing list