]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/indeo3.c
Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'
[ffmpeg] / libavcodec / indeo3.c
index 9fde0fdf6cd9b7981756adb7e39424bb92208cdf..3d0f906e0fd42d31effbf6b501f7bb7d0be5f9c8 100644 (file)
@@ -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 ||