X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Findeo3.c;h=3d0f906e0fd42d31effbf6b501f7bb7d0be5f9c8;hb=8f7b022c8c2f40bf8ddfd90778a4c91424d3a8e5;hp=9fde0fdf6cd9b7981756adb7e39424bb92208cdf;hpb=a7a6194ec4103656bfdeac4616753dde23819a14;p=ffmpeg diff --git a/libavcodec/indeo3.c b/libavcodec/indeo3.c index 9fde0fdf6cd..3d0f906e0fd 100644 --- a/libavcodec/indeo3.c +++ b/libavcodec/indeo3.c @@ -945,7 +945,7 @@ static int decode_frame_headers(Indeo3DecodeContext *ctx, AVCodecContext *avctx, if (width != ctx->width || height != ctx->height) { int res; - av_dlog(avctx, "Frame dimensions changed!\n"); + ff_dlog(avctx, "Frame dimensions changed!\n"); if (width < 16 || width > 640 || height < 16 || height > 480 ||