X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fflicvideo.c;h=08dd98b59761c475694771b30e90ef86ba8a8a5b;hb=4d50d53a6d604043b1020945f603a8adfc6a67cc;hp=5bd5fb60cabebc0d886cb7c25848df84fee1c1ca;hpb=41dde62d7f4121495150fe0e0db26fc25c737901;p=ffmpeg diff --git a/libavcodec/flicvideo.c b/libavcodec/flicvideo.c index 5bd5fb60cab..08dd98b5976 100644 --- a/libavcodec/flicvideo.c +++ b/libavcodec/flicvideo.c @@ -543,7 +543,7 @@ static int flic_decode_frame_15_16BPP(AVCodecContext *avctx, /* For some reason, it seems that non-palettized flics do * include one of these chunks in their first frame. * Why I do not know, it seems rather extraneous. */ - av_dlog(avctx, + ff_dlog(avctx, "Unexpected Palette chunk %d in non-palettized FLC\n", chunk_type); bytestream2_skip(&g2, chunk_size - 6);