Raw Video Codec. More...
#include "avcodec.h"
Go to the source code of this file.
Data Structures | |
struct | PixelFormatTag |
Typedefs | |
typedef struct PixelFormatTag | PixelFormatTag |
Functions | |
enum PixelFormat | ff_find_pix_fmt (const PixelFormatTag *tags, unsigned int fourcc) |
Variables | |
const PixelFormatTag | ff_raw_pix_fmt_tags [] |
Raw Video Codec.
Definition in file raw.h.
typedef struct PixelFormatTag PixelFormatTag |
enum PixelFormat ff_find_pix_fmt | ( | const PixelFormatTag * | tags, | |
unsigned int | fourcc | |||
) |
Definition at line 77 of file rawdec.c.
Referenced by raw_init_decoder().
const PixelFormatTag ff_raw_pix_fmt_tags[] |
Definition at line 30 of file raw.c.
Referenced by raw_init_decoder().