]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/v210x.c
Add MxPEG decoder
[ffmpeg] / libavcodec / v210x.c
index 0d6a681b783f8073eb5846e32a016beaf60b970c..962678dde6c6bdb170099cf0387bfff01f7caf00 100644 (file)
@@ -52,7 +52,7 @@ static int decode_frame(AVCodecContext *avctx, void *data, int *data_size, AVPac
     }
 
     if(avpkt->size > avctx->width * avctx->height * 8 / 3){
-        av_log(avctx, AV_LOG_ERROR, "Probably padded data, need sample!\n");
+        av_log_ask_for_sample(avctx, "Probably padded data\n");
     }
 
     pic->reference= 0;