Go to the source code of this file.
◆ audio_read_header()
◆ audio_read_packet()
◆ audio_read_close()
◆ options
Initial value:= {
}
#define AV_OPT_FLAG_DECODING_PARAM
a generic parameter which can be set by the user for demuxing or decoding
Definition at line 98 of file sndio_dec.c.
◆ sndio_demuxer_class
Initial value:= {
.class_name = "sndio indev",
}
const char * av_default_item_name(void *ptr)
Return the context name.
#define LIBAVUTIL_VERSION_INT
@ AV_CLASS_CATEGORY_DEVICE_AUDIO_INPUT
static const AVOption options[]
Definition at line 104 of file sndio_dec.c.
◆ ff_sndio_demuxer
Initial value:= {
.name = "sndio",
}
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
#define flags(name, subs,...)
static int read_header(FFV1Context *f)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static av_cold int read_close(AVFormatContext *ctx)
static const AVClass sndio_demuxer_class
static av_cold int audio_read_header(AVFormatContext *s1)
static av_cold int audio_read_close(AVFormatContext *s1)
static int audio_read_packet(AVFormatContext *s1, AVPacket *pkt)
Definition at line 112 of file sndio_dec.c.