]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/flicvideo.c
afq: update remaining samples variable.
[ffmpeg] / libavcodec / flicvideo.c
index 81ae360f72f7c88ac70168858135b07fe4e9dfb5..6a111226985aef16b2c755da67b4c978bb9a5d93 100644 (file)
@@ -539,7 +539,9 @@ 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_log(avctx, AV_LOG_ERROR, "Unexpected Palette chunk %d in non-paletised FLC\n",chunk_type);*/
+            av_dlog(avctx,
+                    "Unexpected Palette chunk %d in non-palettized FLC\n",
+                    chunk_type);
             bytestream2_skip(&g2, chunk_size - 6);
             break;