Go to the source code of this file.
◆ ENC
◆ OFFSET
◆ ac4_write_packet()
◆ ac4_options
Initial value:= {
}
@ AV_OPT_TYPE_BOOL
Underlying C type is int.
Definition at line 65 of file ac4enc.c.
◆ ac4_muxer_class
Initial value:= {
.class_name = "AC4 muxer",
}
static const AVOption ac4_options[]
const char * av_default_item_name(void *ptr)
Return the context name.
#define LIBAVUTIL_VERSION_INT
Definition at line 70 of file ac4enc.c.
◆ ff_ac4_muxer
Initial value:= {
.p.name = "ac4",
.p.mime_type = "audio/ac4",
.p.extensions = "ac4",
}
static int ac4_write_packet(AVFormatContext *s, AVPacket *pkt)
static const AVClass ac4_muxer_class
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
#define FF_OFMT_FLAG_MAX_ONE_OF_EACH
If this flag is set, it indicates that for each codec type whose corresponding default codec (i....
#define FF_OFMT_FLAG_ONLY_DEFAULT_CODECS
If this flag is set, then the only permitted audio/video/subtitle codec ids are AVOutputFormat....
Definition at line 77 of file ac4enc.c.