summaryrefslogtreecommitdiffstats
path: root/libavcodec/escape130.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/escape130.c')
-rw-r--r--libavcodec/escape130.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/escape130.c b/libavcodec/escape130.c
index 466b2b5..129011b 100644
--- a/libavcodec/escape130.c
+++ b/libavcodec/escape130.c
@@ -335,7 +335,7 @@ static int escape130_decode_frame(AVCodecContext *avctx, void *data,
new_cr += new_cr_stride;
}
- av_dlog(avctx, "Frame data: provided %d bytes, used %d bytes\n",
+ ff_dlog(avctx, "Frame data: provided %d bytes, used %d bytes\n",
buf_size, get_bits_count(&gb) >> 3);
FFSWAP(uint8_t*, s->old_y, s->new_y);
OpenPOWER on IntegriCloud