]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/flicvideo.c
Merge commit '06f4b1e37a08f3fd269ecbfeb0181129e5bfc86e'
[ffmpeg] / libavcodec / flicvideo.c
index 5bd5fb60cabebc0d886cb7c25848df84fee1c1ca..08dd98b59761c475694771b30e90ef86ba8a8a5b 100644 (file)
@@ -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);