#include "avformat.h"
#include "demux.h"
#include "libavutil/log.h"
Go to the source code of this file.
|
| #define | FF_DEF_RAWVIDEO_DEMUXER2(shortname, longname, probe, ext, id, flag) |
| |
| #define | FF_DEF_RAWVIDEO_DEMUXER(shortname, longname, probe, ext, id) |
| |
| #define | FF_DEF_RAWSUB_DEMUXER(shortname, longname, probe, ext, id, flag) |
| |
◆ FF_DEF_RAWVIDEO_DEMUXER2
| #define FF_DEF_RAWVIDEO_DEMUXER2 |
( |
| shortname, |
|
|
| longname, |
|
|
| probe, |
|
|
| ext, |
|
|
| id, |
|
|
| flag ) |
Value:
.p.name = #shortname,\
.p.extensions = ext,\
};
static int probe(const AVProbeData *p)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition at line 53 of file rawdec.h.
◆ FF_DEF_RAWVIDEO_DEMUXER
| #define FF_DEF_RAWVIDEO_DEMUXER |
( |
| shortname, |
|
|
| longname, |
|
|
| probe, |
|
|
| ext, |
|
|
| id ) |
Value:
#define FF_DEF_RAWVIDEO_DEMUXER2(shortname, longname, probe, ext, id, flag)
Definition at line 67 of file rawdec.h.
◆ FF_DEF_RAWSUB_DEMUXER
| #define FF_DEF_RAWSUB_DEMUXER |
( |
| shortname, |
|
|
| longname, |
|
|
| probe, |
|
|
| ext, |
|
|
| id, |
|
|
| flag ) |
Value:
.p.name = #shortname,\
.p.extensions = ext,\
};
Definition at line 70 of file rawdec.h.
◆ ff_raw_read_partial_packet()
◆ ff_raw_audio_read_header()
◆ ff_raw_video_read_header()
◆ ff_raw_subtitle_read_header()
◆ ff_rawvideo_demuxer_class
| const AVClass ff_rawvideo_demuxer_class |
|
extern |
◆ ff_raw_demuxer_class