FFmpeg
|
Go to the source code of this file.
Functions | |
const struct PixelFormatTag * | avpriv_get_raw_pix_fmt_tags (void) |
unsigned int | avcodec_pix_fmt_to_codec_tag (enum AVPixelFormat fmt) |
Return a value representing the fourCC code associated to the pixel format pix_fmt, or 0 if no associated fourCC code can be found. More... | |
static enum AVPixelFormat | find_pix_fmt (const PixelFormatTag *tags, unsigned int fourcc) |
enum AVPixelFormat | avpriv_pix_fmt_find (enum PixelFormatTagLists list, unsigned fourcc) |
Variables | |
static const PixelFormatTag | raw_pix_fmt_tags [] |
static const PixelFormatTag | pix_fmt_bps_avi [] |
static const PixelFormatTag | pix_fmt_bps_mov [] |
Raw Video Codec
Definition in file raw.c.
const struct PixelFormatTag* avpriv_get_raw_pix_fmt_tags | ( | void | ) |
|
static |
Definition at line 352 of file raw.c.
Referenced by avpriv_pix_fmt_find().
enum AVPixelFormat avpriv_pix_fmt_find | ( | enum PixelFormatTagLists | list, |
unsigned | fourcc | ||
) |
Definition at line 363 of file raw.c.
Referenced by avformat_find_stream_info(), avi_write_header(), dshow_pixfmt(), mov_get_rawvideo_codec_tag(), and raw_init_decoder().
|
static |
Definition at line 31 of file raw.c.
Referenced by avcodec_pix_fmt_to_codec_tag(), avpriv_get_raw_pix_fmt_tags(), and avpriv_pix_fmt_find().
|
static |
Definition at line 327 of file raw.c.
Referenced by avpriv_pix_fmt_find().
|
static |
Definition at line 340 of file raw.c.
Referenced by avpriv_pix_fmt_find().