summaryrefslogtreecommitdiffstats
path: root/libavcodec/indeo3.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/indeo3.c')
-rw-r--r--libavcodec/indeo3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/indeo3.c b/libavcodec/indeo3.c
index 9fde0fd..3d0f906 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 ||
OpenPOWER on IntegriCloud