FFmpeg
4.0
|
Go to the source code of this file.
Data Structures | |
struct | FFRawVideoDemuxerContext |
Macros | |
#define | FF_RAWVIDEO_DEMUXER_CLASS(name) |
#define | FF_DEF_RAWVIDEO_DEMUXER2(shortname, longname, probe, ext, id, flag) |
#define | FF_DEF_RAWVIDEO_DEMUXER(shortname, longname, probe, ext, id) FF_DEF_RAWVIDEO_DEMUXER2(shortname, longname, probe, ext, id, AVFMT_GENERIC_INDEX) |
#define | FF_RAWSUB_DEMUXER_CLASS(name) |
#define | FF_DEF_RAWSUB_DEMUXER(shortname, longname, probe, ext, id, flag) |
Variables | |
const AVOption | ff_rawvideo_options [] |
#define FF_RAWVIDEO_DEMUXER_CLASS | ( | name | ) |
Definition at line 46 of file rawdec.h.
Referenced by ingenient_read_packet().
Definition at line 54 of file rawdec.h.
Referenced by mpeg4video_probe(), and vc1_probe().
#define FF_DEF_RAWVIDEO_DEMUXER | ( | shortname, | |
longname, | |||
probe, | |||
ext, | |||
id | |||
) | FF_DEF_RAWVIDEO_DEMUXER2(shortname, longname, probe, ext, id, AVFMT_GENERIC_INDEX) |
Definition at line 69 of file rawdec.h.
Referenced by cavsvideo_probe(), dirac_probe(), dnxhd_probe(), h261_probe(), h263_probe(), h264_probe(), hevc_probe(), and mpegvideo_probe().
#define FF_RAWSUB_DEMUXER_CLASS | ( | name | ) |
Definition at line 80 of file rawdec.h.
Referenced by dvbsub_probe(), and dvbtxt_probe().
int ff_raw_read_partial_packet | ( | AVFormatContext * | s, |
AVPacket * | pkt | ||
) |
Definition at line 35 of file rawdec.c.
Referenced by ac3_eac3_probe(), flac_read_timestamp(), mlp_thd_probe(), and raw_read_packet().
int ff_raw_audio_read_header | ( | AVFormatContext * | s | ) |
Definition at line 55 of file rawdec.c.
Referenced by ac3_eac3_probe(), and mlp_thd_probe().
int ff_raw_video_read_header | ( | AVFormatContext * | s | ) |
int ff_raw_data_read_header | ( | AVFormatContext * | s | ) |