summaryrefslogtreecommitdiff
path: root/libavcodec/ivi.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/ivi.c')
-rw-r--r--libavcodec/ivi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/ivi.c b/libavcodec/ivi.c
index ce1e5aae28..6086e2e681 100644
--- a/libavcodec/ivi.c
+++ b/libavcodec/ivi.c
@@ -563,7 +563,7 @@ static int ivi_decode_coded_blocks(GetBitContext *gb, IVIBandDesc *band,
pos = band->scan[scan_pos];
if (!val)
- av_dlog(avctx, "Val = 0 encountered!\n");
+ ff_dlog(avctx, "Val = 0 encountered!\n");
q = (base_tab[pos] * quant) >> 9;
if (q > 1)
@@ -964,7 +964,7 @@ static int decode_band(IVI45DecContext *ctx,
(ctx->planes[0].bands[0].mb_size >> 3) - (band->mb_size >> 3));
if (result < 0)
break;
- av_dlog(avctx, "Empty tile encountered!\n");
+ ff_dlog(avctx, "Empty tile encountered!\n");
} else {
tile->data_size = ivi_dec_tile_data_size(&ctx->gb);
if (!tile->data_size) {