From 3f878aaedf1e2065e45960d5c4b2d5334ce84c72 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Wed, 22 Feb 2017 15:45:06 +0100 Subject: [PATCH] avcodec/flicvideo: update comment, 24bit support is implemented Signed-off-by: Paul B Mahol --- libavcodec/flicvideo.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libavcodec/flicvideo.c b/libavcodec/flicvideo.c index fcfdb98577..b1b7b5a42f 100644 --- a/libavcodec/flicvideo.c +++ b/libavcodec/flicvideo.c @@ -27,8 +27,7 @@ * variations, visit: * http://www.compuphase.com/flic.htm * - * This decoder outputs PAL8/RGB555/RGB565 and maybe one day RGB24 - * colorspace data, depending on the FLC. To use this decoder, be + * This decoder outputs PAL8/RGB555/RGB565/BGR24. To use this decoder, be * sure that your demuxer sends the FLI file header to the decoder via * the extradata chunk in AVCodecContext. The chunk should be 128 bytes * large. The only exception is for FLI files from the game "Magic Carpet",