|
FFmpeg
|
Lagarith lossless decoder. More...
#include <inttypes.h>#include "avcodec.h"#include "get_bits.h"#include "mathops.h"#include "lagarithrac.h"#include "lossless_videodsp.h"#include "thread.h"Classes | |
| struct | LagarithContext |
Typedefs | |
| typedef struct LagarithContext | LagarithContext |
Enumerations | |
| enum | LagarithFrameType { FRAME_RAW = 1, FRAME_U_RGB24 = 2, FRAME_ARITH_YUY2 = 3, FRAME_ARITH_RGB24 = 4, FRAME_SOLID_GRAY = 5, FRAME_SOLID_COLOR = 6, FRAME_OLD_ARITH_RGB = 7, FRAME_ARITH_RGBA = 8, FRAME_SOLID_RGBA = 9, FRAME_ARITH_YV12 = 10, FRAME_REDUCED_RES = 11 } |
Variables | |
| AVCodec | ff_lagarith_decoder |
Lagarith lossless decoder.
| enum LagarithFrameType |
| AVCodec ff_lagarith_decoder |
1.8.12