diff options
author | Paul B Mahol <onemda@gmail.com> | 2017-02-22 15:45:06 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2017-02-22 15:45:06 +0100 |
commit | 3f878aaedf1e2065e45960d5c4b2d5334ce84c72 (patch) | |
tree | 35f5069b29a46f671e7dc826935eaa483642a43a /libavcodec/flicvideo.c | |
parent | c93a07070a360b4420717fb12b5132e6b476d0e2 (diff) | |
download | ffmpeg-3f878aaedf1e2065e45960d5c4b2d5334ce84c72.tar.gz |
avcodec/flicvideo: update comment, 24bit support is implemented
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavcodec/flicvideo.c')
-rw-r--r-- | libavcodec/flicvideo.c | 3 |
1 files changed, 1 insertions, 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", |