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

Signed-off-by: Paul B Mahol <onemda@gmail.com>
pull/260/head^2
Paul B Mahol 8 years ago
parent c93a07070a
commit 3f878aaedf
  1. 3
      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",

Loading…
Cancel
Save