static const AVClass name_ ## _demuxer_class = { \
.extensions = ext, \
.value = codec, \
.priv_class = &name_ ## _demuxer_class, \
};
struct AVInputFormat AVInputFormat
static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
static int raw_read_packet(AVFormatContext *s, AVPacket *pkt)
const char * class_name
The name of the class; usually it is the same name as the context structure type to which the AVClass...
struct RawAudioDemuxerContext RawAudioDemuxerContext
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 const AVOption pcm_options[]
static int read_packet(AVFormatContext *ctx, AVPacket *pkt)
Describe the class of an AVClass context structure.