[FFmpeg-cvslog] avcodec/flicvideo: update comment, 24bit support is implemented

Paul B Mahol git at videolan.org
Wed Feb 22 16:46:39 EET 2017


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Wed Feb 22 15:45:06 2017 +0100| [3f878aaedf1e2065e45960d5c4b2d5334ce84c72] | committer: Paul B Mahol

avcodec/flicvideo: update comment, 24bit support is implemented

Signed-off-by: Paul B Mahol <onemda at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3f878aaedf1e2065e45960d5c4b2d5334ce84c72
---

 libavcodec/flicvideo.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/libavcodec/flicvideo.c b/libavcodec/flicvideo.c
index fcfdb98..b1b7b5a 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",



More information about the ffmpeg-cvslog mailing list