FFmpeg
|
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 | ) |
int ff_raw_read_partial_packet | ( | AVFormatContext * | s, |
AVPacket * | pkt | ||
) |
Definition at line 34 of file rawdec.c.
Referenced by raw_read_packet().
int ff_raw_audio_read_header | ( | AVFormatContext * | s | ) |
int ff_raw_video_read_header | ( | AVFormatContext * | s | ) |