Go to the source code of this file.
◆ dhav_probe()
◆ dhav_read_header()
◆ get_pts()
◆ parse_ext()
◆ read_chunk()
◆ dhav_read_packet()
◆ dhav_read_seek()
◆ sample_rates
const uint32_t sample_rates[] |
|
static |
Initial value:= {
8000, 4000, 8000, 11025, 16000,
20000, 22050, 32000, 44100, 48000,
96000, 192000, 64000,
}
Definition at line 123 of file dhav.c.
Referenced by parse_ext().
◆ ff_dhav_demuxer
Initial value:= {
.name = "dhav",
.extensions = "dav",
}
static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
static int dhav_read_header(AVFormatContext *s)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int dhav_probe(const AVProbeData *p)
static int dhav_read_packet(AVFormatContext *s, AVPacket *pkt)
static int read_header(FFV1Context *f)
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
static int dhav_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags)
#define flags(name, subs,...)
Definition at line 374 of file dhav.c.