Libav
|
Go to the source code of this file.
Data Structures | |
struct | FFRawVideoDemuxerContext |
Macros | |
#define | FF_RAWVIDEO_DEMUXER_CLASS(name) |
#define | FF_DEF_RAWVIDEO_DEMUXER(shortname, longname, probe, ext, id) |
Functions | |
int | ff_raw_read_partial_packet (AVFormatContext *s, AVPacket *pkt) |
int | ff_raw_audio_read_header (AVFormatContext *s) |
int | ff_raw_video_read_header (AVFormatContext *s) |
Variables | |
const AVOption | ff_rawvideo_options [] |
#define FF_RAWVIDEO_DEMUXER_CLASS | ( | name | ) |
Definition at line 44 of file rawdec.h.
Referenced by ingenient_read_packet().
Definition at line 52 of file rawdec.h.
Referenced by cavsvideo_probe(), dirac_probe(), dnxhd_probe(), h261_probe(), h263_probe(), h264_probe(), hevc_probe(), mpeg4video_probe(), and mpegvideo_probe().
int ff_raw_read_partial_packet | ( | AVFormatContext * | s, |
AVPacket * | pkt | ||
) |
Definition at line 34 of file rawdec.c.
Referenced by ac3_eac3_probe(), and raw_read_packet().
int ff_raw_audio_read_header | ( | AVFormatContext * | s | ) |
Definition at line 58 of file rawdec.c.
Referenced by ac3_eac3_probe().
int ff_raw_video_read_header | ( | AVFormatContext * | s | ) |