]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/flicvideo.c
lavc doxy: document that avcodec_flush_buffers() invalidates decoded frames
[ffmpeg] / libavcodec / flicvideo.c
index 3d43e5e827d64570118e4eae43f51ab3fe33e4a6..9795ff960e2eb7431b04f05c6bf558c5e4ca5b49 100644 (file)
@@ -539,7 +539,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;