]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/flicvideo.c
Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'
[ffmpeg] / libavcodec / flicvideo.c
index 90885fc0d5c612dafaaf3a5e39d3551e3609c8d3..a2f9ef99e528d6a35cced0e602379d3a6b85cbb4 100644 (file)
@@ -593,7 +593,7 @@ static int flic_decode_frame_15_16BPP(AVCodecContext *avctx,
             break;
 
         case FLI_LC:
-            av_log(avctx, AV_LOG_ERROR, "Unexpected FLI_LC chunk in non-paletised FLC\n");
+            av_log(avctx, AV_LOG_ERROR, "Unexpected FLI_LC chunk in non-palettized FLC\n");
             bytestream2_skip(&g2, chunk_size - 6);
             break;