#include <stdint.h>
#include "avcodec.h"
Go to the source code of this file.
Functions | |
int | ff_cmap_read_palette (AVCodecContext *avctx, uint32_t *pal) |
Convert CMAP buffer (stored in extradata) to lavc palette format. |
int ff_cmap_read_palette | ( | AVCodecContext * | avctx, | |
uint32_t * | pal | |||
) |
Convert CMAP buffer (stored in extradata) to lavc palette format.
Definition at line 42 of file iff.c.
Referenced by decode_init(), and iff_read_packet().