Go to the source code of this file.
Data Structures | |
struct | RawAudioDemuxerContext |
struct | FFRawVideoDemuxerContext |
Macros | |
#define | FF_RAWVIDEO_DEMUXER_CLASS(name) |
#define | FF_DEF_RAWVIDEO_DEMUXER(shortname, longname, probe, ext, id) |
Typedefs | |
typedef struct RawAudioDemuxerContext | RawAudioDemuxerContext |
typedef struct FFRawVideoDemuxerContext | FFRawVideoDemuxerContext |
Functions | |
int | ff_raw_read_header (AVFormatContext *s, AVFormatParameters *ap) |
int | ff_raw_read_partial_packet (AVFormatContext *s, AVPacket *pkt) |
int | ff_raw_audio_read_header (AVFormatContext *s, AVFormatParameters *ap) |
int | ff_raw_video_read_header (AVFormatContext *s, AVFormatParameters *ap) |
Variables | |
const AVOption | ff_rawvideo_options [] |
#define FF_RAWVIDEO_DEMUXER_CLASS | ( | name | ) |
typedef struct FFRawVideoDemuxerContext FFRawVideoDemuxerContext |
typedef struct RawAudioDemuxerContext RawAudioDemuxerContext |
int ff_raw_audio_read_header | ( | AVFormatContext * | s, |
AVFormatParameters * | ap | ||
) |
int ff_raw_read_header | ( | AVFormatContext * | s, |
AVFormatParameters * | ap | ||
) |
int ff_raw_read_partial_packet | ( | AVFormatContext * | s, |
AVPacket * | pkt | ||
) |
int ff_raw_video_read_header | ( | AVFormatContext * | s, |
AVFormatParameters * | ap | ||
) |