]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/loco.c
cabac: x86 version of get_cabac_bypass
[ffmpeg] / libavcodec / loco.c
index 427a56f0fab7dd98014f240478ed4f46125b1531..ec6fe2f94411f83503d945fd0e8138a09e582565 100644 (file)
@@ -283,7 +283,7 @@ static av_cold int decode_init(AVCodecContext *avctx)
         break;
     default:
         l->lossy = AV_RL32(avctx->extradata + 8);
-        av_log_ask_for_sample(avctx, "This is LOCO codec version %i.\n", version);
+        avpriv_request_sample(avctx, "LOCO codec version %i", version);
     }
 
     l->mode = AV_RL32(avctx->extradata + 4);