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