mirror of https://git.ffmpeg.org/ffmpeg.git
avcodec/flicvideo: update comment, 24bit support is implemented
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
c93a07070a
commit
3f878aaedf
|
@ -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…
Reference in New Issue