FFmpeg
|
#include "libavcodec/codec_par.h"
Go to the source code of this file.
Macros | |
#define | FF_DVDCLUT_EXTRADATA_SIZE (9 + (8 * 15) + 6 + 1 + 1) |
#define | FF_DVDCLUT_CLUT_LEN 16 |
#define | FF_DVDCLUT_CLUT_SIZE FF_DVDCLUT_CLUT_LEN * sizeof(uint32_t) |
Functions | |
int | ff_dvdclut_palette_extradata_cat (const uint32_t *clut, const size_t clut_size, AVCodecParameters *par) |
int | ff_dvdclut_yuv_to_rgb (uint32_t *clut, const size_t clut_size) |
#define FF_DVDCLUT_EXTRADATA_SIZE (9 + (8 * 15) + 6 + 1 + 1) |
#define FF_DVDCLUT_CLUT_SIZE FF_DVDCLUT_CLUT_LEN * sizeof(uint32_t) |
int ff_dvdclut_palette_extradata_cat | ( | const uint32_t * | clut, |
const size_t | clut_size, | ||
AVCodecParameters * | par | ||
) |
Definition at line 28 of file dvdclut.c.
Referenced by dvdvideo_subp_stream_add().
int ff_dvdclut_yuv_to_rgb | ( | uint32_t * | clut, |
const size_t | clut_size | ||
) |
Definition at line 50 of file dvdclut.c.
Referenced by dvdvideo_subp_stream_analyze().