#include "avcodec.h"
#include "raw.h"
#include "libavutil/common.h"
Go to the source code of this file.
Functions | |
unsigned int | avcodec_pix_fmt_to_codec_tag (enum PixelFormat 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. | |
Variables | |
const PixelFormatTag | ff_raw_pix_fmt_tags [] |
Definition in file raw.c.
const PixelFormatTag ff_raw_pix_fmt_tags[] |
Definition at line 31 of file raw.c.
Referenced by avformat_find_stream_info(), main(), print_pix_fmt_fourccs(), and raw_init_decoder().