]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/indeo3.c
h264: add a parameter to the CABAC macro.
[ffmpeg] / libavcodec / indeo3.c
index e519361aa24dab68c78b1e77ca3d34b139a744d1..0c0db7978401c0eee5bc08ce6a1bd2a105465af5 100644 (file)
@@ -960,12 +960,12 @@ static int decode_frame_headers(Indeo3DecodeContext *ctx, AVCodecContext *avctx,
     }
 
     if (ctx->frame_flags & BS_8BIT_PEL) {
-        av_log_ask_for_sample(avctx, "8-bit pixel format\n");
+        avpriv_request_sample(avctx, "8-bit pixel format");
         return AVERROR_PATCHWELCOME;
     }
 
     if (ctx->frame_flags & BS_MV_X_HALF || ctx->frame_flags & BS_MV_Y_HALF) {
-        av_log_ask_for_sample(avctx, "halfpel motion vectors\n");
+        avpriv_request_sample(avctx, "Halfpel motion vectors");
         return AVERROR_PATCHWELCOME;
     }