|
FFmpeg
|
QT 8BPS Video Decoder by Roberto Togni For more information about the 8BPS format, visit: http://www.pcisys.net/~melanson/codecs/. More...
#include <stdio.h>#include <stdlib.h>#include <string.h>#include "libavutil/internal.h"#include "libavutil/intreadwrite.h"#include "avcodec.h"#include "internal.h"Classes | |
| struct | EightBpsContext |
Typedefs | |
| typedef struct EightBpsContext | EightBpsContext |
Variables | |
| AVCodec | ff_eightbps_decoder |
QT 8BPS Video Decoder by Roberto Togni For more information about the 8BPS format, visit: http://www.pcisys.net/~melanson/codecs/.
Supports: PAL8 (RGB 8bpp, paletted) : BGR24 (RGB 24bpp) (can also output it as RGB32) : RGB32 (RGB 32bpp, 4th plane is alpha)
| AVCodec ff_eightbps_decoder |
1.8.12