@@ -2231,7 +2231,6 @@ static int of_parse_group_token(Muxer *mux, const char *token, char *ptr)
};
const AVClass class = {
.class_name = "StreamGroupType",
- .item_name = av_default_item_name,
.option = opts,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -322,7 +322,6 @@ static int opt_abort_on(void *optctx, const char *opt, const char *arg)
};
static const AVClass class = {
.class_name = "",
- .item_name = av_default_item_name,
.option = opts,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -765,7 +765,6 @@ static void destroy(VkRenderer *renderer)
static const AVClass vulkan_renderer_class = {
.class_name = "Vulkan Renderer",
- .item_name = av_default_item_name,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -1069,7 +1069,6 @@ int opt_cpucount(void *optctx, const char *opt, const char *arg)
};
static const AVClass class = {
.class_name = "cpucount",
- .item_name = av_default_item_name,
.option = opts,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -3447,7 +3447,6 @@ static const AVOption options[] = {
static const AVClass aac_decoder_class = {
.class_name = "AAC decoder",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -1407,7 +1407,6 @@ static const AVOption aacenc_options[] = {
static const AVClass aacenc_class = {
.class_name = "AAC encoder",
- .item_name = av_default_item_name,
.option = aacenc_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -165,7 +165,6 @@ static const AVOption options[] = {
static const AVClass ac3_decoder_class = {
.class_name = "Fixed-Point AC-3 Decoder",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -56,7 +56,6 @@ static const AVOption options[] = {
static const AVClass ac3_eac3_decoder_class = {
.class_name = "(E-)AC3 decoder",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -130,7 +130,6 @@ const AVOption ff_ac3_enc_options[] = {
const AVClass ff_ac3enc_class = {
.class_name = "AC-3 Encoder",
- .item_name = av_default_item_name,
.option = ff_ac3_enc_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -989,7 +989,6 @@ static const AVOption options[] = {
static const AVClass adpcm_encoder_class = {
.class_name = "ADPCM encoder",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -611,7 +611,6 @@ static const AVOption options[] = {
static const AVClass alac_class = {
.class_name = "alac",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -643,7 +643,6 @@ static const AVOption options[] = {
static const AVClass alacenc_class = {
.class_name = "alacenc",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -465,7 +465,6 @@ static const FFCodecDefault defaults[] = {
static const AVClass av1_amf_class = {
.class_name = "av1_amf",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -518,7 +518,6 @@ static const FFCodecDefault defaults[] = {
static const AVClass h264_amf_class = {
.class_name = "h264_amf",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -433,7 +433,6 @@ static const FFCodecDefault defaults[] = {
};
static const AVClass hevc_amf_class = {
.class_name = "hevc_amf",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -1744,7 +1744,6 @@ static const AVOption options[] = {
static const AVClass ape_decoder_class = {
.class_name = "APE decoder",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -610,7 +610,6 @@ static const AVOption options[] = {
#define FFAT_ENC_CLASS(NAME) \
static const AVClass ffat_##NAME##_enc_class = { \
.class_name = "at_" #NAME "_enc", \
- .item_name = av_default_item_name, \
.option = options, \
.version = LIBAVUTIL_VERSION_INT, \
};
@@ -211,7 +211,6 @@ static const AVOption av1_metadata_options[] = {
static const AVClass av1_metadata_class = {
.class_name = "av1_metadata_bsf",
- .item_name = av_default_item_name,
.option = av1_metadata_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -1485,7 +1485,6 @@ static const AVOption av1_options[] = {
static const AVClass av1_class = {
.class_name = "AV1 decoder",
- .item_name = av_default_item_name,
.option = av1_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -1277,7 +1277,6 @@ static const AVOption cbs_av1_options[] = {
static const AVClass cbs_av1_class = {
.class_name = "cbs_av1",
- .item_name = av_default_item_name,
.option = cbs_av1_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -934,7 +934,6 @@ static const AVOption options[] = {
static const AVClass ccaption_dec_class = {
.class_name = "Closed caption Decoder",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -849,7 +849,6 @@ static const AVOption options[] = {
static const AVClass cfhd_class = {
.class_name = "cfhd",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -148,7 +148,6 @@ static const AVOption options[] = {
static const AVClass cinepak_class = {
.class_name = "cinepak",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -103,7 +103,6 @@ static const AVOption options[] = {
static const AVClass cljr_class = {
.class_name = "cljr encoder",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -778,7 +778,6 @@ static int crystalhd_receive_frame(AVCodecContext *avctx, AVFrame *frame)
#define DEFINE_CRYSTALHD_DECODER(x, X, bsf_name) \
static const AVClass x##_crystalhd_class = { \
.class_name = #x "_crystalhd", \
- .item_name = av_default_item_name, \
.option = options, \
.version = LIBAVUTIL_VERSION_INT, \
}; \
@@ -1155,7 +1155,6 @@ static const AVCodecHWConfigInternal *const cuvid_hw_configs[] = {
#define DEFINE_CUVID_CODEC(x, X, bsf_name) \
static const AVClass x##_cuvid_class = { \
.class_name = #x "_cuvid", \
- .item_name = av_default_item_name, \
.option = options, \
.version = LIBAVUTIL_VERSION_INT, \
}; \
@@ -410,7 +410,6 @@ static const AVOption dcadec_options[] = {
static const AVClass dcadec_class = {
.class_name = "DCA decoder",
- .item_name = av_default_item_name,
.option = dcadec_options,
.version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_DECODER,
@@ -1300,7 +1300,6 @@ static const AVOption options[] = {
static const AVClass dcaenc_class = {
.class_name = "DCA (DTS Coherent Acoustics)",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -73,7 +73,6 @@ static const AVOption options[] = {
static const AVClass dnxhd_class = {
.class_name = "dnxhd",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -1300,7 +1300,6 @@ static const AVOption options[] = {
static const AVClass dolby_e_decoder_class = {
.class_name = "Dolby E decoder",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -93,7 +93,6 @@ static const AVOption options[] = {
static const AVClass dump_extradata_class = {
.class_name = "dump_extradata bsf",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -123,7 +123,6 @@ static const AVOption options[] = {
static const AVClass dv_error_marker_class = {
.class_name = "dv_error_marker",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -1564,7 +1564,6 @@ static const AVOption options[] = {
};
static const AVClass dvbsubdec_class = {
.class_name = "DVB Sub Decoder",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -701,7 +701,6 @@ static const AVOption options[] = {
};
static const AVClass dvdsub_class = {
.class_name = "dvdsubdec",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -496,7 +496,6 @@ static const AVOption options[] = {
static const AVClass dvdsubenc_class = {
.class_name = "VOBSUB subtitle encoder",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -1231,7 +1231,6 @@ static const AVOption dv_options[] = {
static const AVClass dvvideo_encode_class = {
.class_name = "dvvideo encoder",
- .item_name = av_default_item_name,
.option = dv_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -35,7 +35,6 @@
static const AVClass eac3enc_class = {
.class_name = "E-AC-3 Encoder",
- .item_name = av_default_item_name,
.option = &ff_ac3_enc_options[2], /* First two options are AC-3 only. */
.version = LIBAVUTIL_VERSION_INT,
};
@@ -924,7 +924,6 @@ static const AVOption options[] = {
static const AVClass evrcdec_class = {
.class_name = "evrc",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -2345,7 +2345,6 @@ static const AVOption options[] = {
static const AVClass exr_class = {
.class_name = "EXR",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -535,7 +535,6 @@ static const AVOption options[] = {
static const AVClass exr_class = {
.class_name = "exr",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -457,7 +457,6 @@ static const AVOption options[] = {
static const AVClass extract_extradata_class = {
.class_name = "extract_extradata",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -1263,7 +1263,6 @@ static const AVOption options[] = {
static const AVClass ffv1_class = {
.class_name = "ffv1 encoder",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -479,7 +479,6 @@ static const AVOption options[] = {
static const AVClass fic_decoder_class = {
.class_name = "FIC decoder",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -268,7 +268,6 @@ static const AVOption filter_units_options[] = {
static const AVClass filter_units_class = {
.class_name = "filter_units",
- .item_name = av_default_item_name,
.option = filter_units_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -316,7 +316,6 @@ static const AVOption fits_options[] = {
static const AVClass fits_decoder_class = {
.class_name = "FITS decoder",
- .item_name = av_default_item_name,
.option = fits_options,
.version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_DECODER,
@@ -820,7 +820,6 @@ static const AVOption options[] = {
static const AVClass flac_decoder_class = {
.class_name = "FLAC decoder",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -1743,7 +1743,6 @@ static const AVOption options[] = {
static const AVClass flac_encoder_class = {
.class_name = "FLAC encoder",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -110,7 +110,6 @@ static const AVOption frwu_options[] = {
static const AVClass frwu_class = {
.class_name = "frwu Decoder",
- .item_name = av_default_item_name,
.option = frwu_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -51,7 +51,6 @@ static const AVOption options[] = {
static const AVClass g722_decoder_class = {
.class_name = "g722 decoder",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -1105,7 +1105,6 @@ static const AVOption options[] = {
static const AVClass g723_1dec_class = {
.class_name = "G.723.1 decoder",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -388,7 +388,6 @@ static const AVOption options[] = {
static const AVClass g726_class = {
.class_name = "g726",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -542,7 +542,6 @@ static const AVOption gif_options[] = {
static const AVClass gif_class = {
.class_name = "GIF encoder",
- .item_name = av_default_item_name,
.option = gif_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -542,7 +542,6 @@ static const AVOption options[] = {
static const AVClass decoder_class = {
.class_name = "gif decoder",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_DECODER,
@@ -703,7 +703,6 @@ static const AVOption h264_metadata_options[] = {
static const AVClass h264_metadata_class = {
.class_name = "h264_metadata_bsf",
- .item_name = av_default_item_name,
.option = h264_metadata_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -1104,7 +1104,6 @@ static const AVOption h264_options[] = {
static const AVClass h264_class = {
.class_name = "H264 Decoder",
- .item_name = av_default_item_name,
.option = h264_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -483,7 +483,6 @@ static const AVOption h265_metadata_options[] = {
static const AVClass h265_metadata_class = {
.class_name = "h265_metadata_bsf",
- .item_name = av_default_item_name,
.option = h265_metadata_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -130,7 +130,6 @@ static const AVOption h266_metadata_options[] = {
static const AVClass h266_metadata_class = {
.class_name = "h266_metadata_bsf",
- .item_name = av_default_item_name,
.option = h266_metadata_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -341,7 +341,6 @@ static const AVOption options[] = {
static const AVClass hapenc_class = {
.class_name = "Hap encoder",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -120,7 +120,6 @@ static const AVOption options[] = {
static const AVClass hapqa_extract_class = {
.class_name = "hapqa_extract_bsf",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -3676,7 +3676,6 @@ static const AVOption options[] = {
static const AVClass hevc_decoder_class = {
.class_name = "HEVC decoder",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -1066,14 +1066,12 @@ static const AVOption ff_options[] = {
static const AVClass normal_class = {
.class_name = "huffyuv",
- .item_name = av_default_item_name,
.option = normal_options,
.version = LIBAVUTIL_VERSION_INT,
};
static const AVClass ff_class = {
.class_name = "ffvhuff",
- .item_name = av_default_item_name,
.option = ff_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -896,7 +896,6 @@ static const AVOption h263_options[] = {
static const AVClass h263_class = {
.class_name = "H.263 encoder",
- .item_name = av_default_item_name,
.option = h263_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -927,7 +926,6 @@ static const AVOption h263p_options[] = {
};
static const AVClass h263p_class = {
.class_name = "H.263p encoder",
- .item_name = av_default_item_name,
.option = h263p_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -1827,7 +1827,6 @@ static const AVOption options[] = {
static const AVClass j2k_class = {
.class_name = "jpeg 2000 encoder",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -2543,7 +2543,6 @@ static const AVOption options[] = {
static const AVClass jpeg2000_class = {
.class_name = "jpeg2000",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -466,7 +466,6 @@ static const AVOption options[] = {
static const AVClass jpegls_class = {
.class_name = "jpegls",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -1546,7 +1546,6 @@ static const FFCodecDefault defaults[] = {
static const AVClass class_aom = {
.class_name = "libaom-av1 encoder",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -387,7 +387,6 @@ static const AVOption options[] = {
static const AVClass aribb24_class = {
.class_name = "libaribb24 decoder",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -1161,7 +1161,6 @@ static const AVOption options[] = {
static const AVClass aribcaption_class = {
.class_name = "aribcaption decoder",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -43,7 +43,6 @@ static const AVOption options[] = {
static const AVClass libcodec2_enc_class = {
.class_name = "libcodec2 encoder",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -682,7 +682,6 @@ static const AVOption libdav1d_options[] = {
static const AVClass libdav1d_class = {
.class_name = "libdav1d decoder",
- .item_name = av_default_item_name,
.option = libdav1d_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -105,7 +105,6 @@ static const AVOption fdk_aac_dec_options[] = {
static const AVClass fdk_aac_dec_class = {
.class_name = "libfdk-aac decoder",
- .item_name = av_default_item_name,
.option = fdk_aac_dec_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -86,7 +86,6 @@ static const AVOption aac_enc_options[] = {
static const AVClass aac_enc_class = {
.class_name = "libfdk_aac",
- .item_name = av_default_item_name,
.option = aac_enc_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -62,7 +62,6 @@ static const AVOption ilbc_dec_options[] = {
static const AVClass ilbc_dec_class = {
.class_name = "libilbc",
- .item_name = av_default_item_name,
.option = ilbc_dec_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -147,7 +146,6 @@ static const AVOption ilbc_enc_options[] = {
static const AVClass ilbc_enc_class = {
.class_name = "libilbc",
- .item_name = av_default_item_name,
.option = ilbc_enc_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -471,7 +471,6 @@ static const AVOption libjxl_encode_options[] = {
static const AVClass libjxl_encode_class = {
.class_name = "libjxl",
- .item_name = av_default_item_name,
.option = libjxl_encode_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -316,7 +316,6 @@ static const AVOption options[] = {
static const AVClass class = {
.class_name = "libkvazaar",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -321,7 +321,6 @@ static const AVOption options[] = {
static const AVClass libmp3lame_class = {
.class_name = "libmp3lame encoder",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -190,7 +190,6 @@ static const AVOption options[] = {
static const AVClass amrnb_class = {
.class_name = "libopencore_amrnb",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -90,7 +90,6 @@ static const AVOption options[] = {
static const AVClass class = {
.class_name = "libopenh264enc",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -749,7 +749,6 @@ static const AVOption options[] = {
static const AVClass openjpeg_class = {
.class_name = "libopenjpeg",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -225,7 +225,6 @@ static const AVOption libopusdec_options[] = {
static const AVClass libopusdec_class = {
.class_name = "libopusdec",
- .item_name = av_default_item_name,
.option = libopusdec_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -564,7 +564,6 @@ static const AVOption libopus_options[] = {
static const AVClass libopus_class = {
.class_name = "libopus",
- .item_name = av_default_item_name,
.option = libopus_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -667,7 +667,6 @@ const enum AVPixelFormat librav1e_pix_fmts[] = {
static const AVClass class = {
.class_name = "librav1e",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -156,7 +156,6 @@ static const AVOption options[] = {
static const AVClass librsvg_decoder_class = {
.class_name = "Librsvg",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -330,7 +330,6 @@ static const AVOption options[] = {
static const AVClass speex_class = {
.class_name = "libspeex",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -671,7 +671,6 @@ static const AVOption options[] = {
static const AVClass class = {
.class_name = "libsvtav1",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -194,7 +194,6 @@ static const AVOption options[] = {
static const AVClass twolame_class = {
.class_name = "libtwolame encoder",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -47,7 +47,6 @@ static const AVOption options[] = {
static const AVClass amrwb_class = {
.class_name = "libvo_amrwbenc",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -67,7 +67,6 @@ static const FFCodecDefault defaults[] = {
static const AVClass vorbis_class = {
.class_name = "libvorbis",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -2023,7 +2023,6 @@ static av_cold int vp8_init(AVCodecContext *avctx)
static const AVClass class_vp8 = {
.class_name = "libvpx-vp8 encoder",
- .item_name = av_default_item_name,
.option = vp8_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -2096,7 +2095,6 @@ static av_cold void vp9_init_static(FFCodec *codec)
static const AVClass class_vp9 = {
.class_name = "libvpx-vp9 encoder",
- .item_name = av_default_item_name,
.option = vp9_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -53,7 +53,6 @@ static const AVOption options[] = {
const AVClass ff_libwebpenc_class = {
.class_name = "libwebp encoder",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -1462,7 +1462,6 @@ static const FFCodecDefault x264_defaults[] = {
#if CONFIG_LIBX264_ENCODER
static const AVClass x264_class = {
.class_name = "libx264",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -1504,7 +1503,6 @@ FFCodec ff_libx264_encoder = {
#if CONFIG_LIBX264RGB_ENCODER
static const AVClass rgbclass = {
.class_name = "libx264rgb",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -1536,7 +1534,6 @@ const FFCodec ff_libx264rgb_encoder = {
#if CONFIG_LIBX262_ENCODER
static const AVClass X262_class = {
.class_name = "libx262",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -873,7 +873,6 @@ static const AVOption options[] = {
static const AVClass class = {
.class_name = "libx265",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -411,7 +411,6 @@ static const AVOption options[] = {
static const AVClass xavs_class = {
.class_name = "libxavs",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -274,7 +274,6 @@ static const AVOption options[] = {
static const AVClass libxavs2 = {
.class_name = "XAVS2EContext",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -517,7 +517,6 @@ static av_cold int libxevd_close(AVCodecContext *avctx)
static const AVClass libxevd_class = {
.class_name = "libxevd",
- .item_name = av_default_item_name,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -580,7 +580,6 @@ static const AVOption libxeve_options[] = {
static const AVClass libxeve_class = {
.class_name = "libxeve",
- .item_name = av_default_item_name,
.option = libxeve_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -892,7 +892,6 @@ static const AVOption options[] = {
static const AVClass xvid_class = {
.class_name = "libxvid",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -806,7 +806,6 @@ static const AVOption options[] = {
static const AVClass teletext_class = {
.class_name = "libzvbi_teletextdec",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -306,7 +306,6 @@ static const AVOption options[] = {
static const AVClass ljpeg_class = {
.class_name = "ljpeg",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -666,7 +666,6 @@ static const AVOption options[] = {
static const AVClass magicyuv_class = {
.class_name = "magicyuv",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -136,7 +136,6 @@ static const struct FFJniField jni_amediaformat_mapping[] = {
static const AVClass amediaformat_class = {
.class_name = "amediaformat",
- .item_name = av_default_item_name,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -256,7 +255,6 @@ static const struct FFJniField jni_amediacodec_mapping[] = {
static const AVClass amediacodec_class = {
.class_name = "amediacodec",
- .item_name = av_default_item_name,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -1989,13 +1987,11 @@ static const FFAMediaCodec media_codec_ndk;
static const AVClass amediaformat_ndk_class = {
.class_name = "amediaformat_ndk",
- .item_name = av_default_item_name,
.version = LIBAVUTIL_VERSION_INT,
};
static const AVClass amediacodec_ndk_class = {
.class_name = "amediacodec_ndk",
- .item_name = av_default_item_name,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -558,7 +558,6 @@ static const AVOption ff_mediacodec_vdec_options[] = {
#define DECLARE_MEDIACODEC_VCLASS(short_name) \
static const AVClass ff_##short_name##_mediacodec_dec_class = { \
.class_name = #short_name "_mediacodec", \
- .item_name = av_default_item_name, \
.option = ff_mediacodec_vdec_options, \
.version = LIBAVUTIL_VERSION_INT, \
};
@@ -607,7 +607,6 @@ static const AVCodecHWConfigInternal *const mediacodec_hw_configs[] = {
#define MEDIACODEC_ENCODER_CLASS(name) \
static const AVClass name ## _mediacodec_class = { \
.class_name = #name "_mediacodec", \
- .item_name = av_default_item_name, \
.option = name ## _options, \
.version = LIBAVUTIL_VERSION_INT, \
}; \
@@ -1226,7 +1226,6 @@ static int mf_init(AVCodecContext *avctx)
#define MF_ENCODER(MEDIATYPE, NAME, ID, OPTS, FMTS, CAPS) \
static const AVClass ff_ ## NAME ## _mf_encoder_class = { \
.class_name = #NAME "_mf", \
- .item_name = av_default_item_name, \
.option = OPTS, \
.version = LIBAVUTIL_VERSION_INT, \
}; \
@@ -2991,7 +2991,6 @@ static const AVOption options[] = {
static const AVClass mjpegdec_class = {
.class_name = "MJPEG decoder",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -637,7 +637,6 @@ FF_MPV_COMMON_OPTS
#if CONFIG_MJPEG_ENCODER
static const AVClass mjpeg_class = {
.class_name = "mjpeg encoder",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -667,7 +666,6 @@ const FFCodec ff_mjpeg_encoder = {
#if CONFIG_AMV_ENCODER
static const AVClass amv_class = {
.class_name = "amv encoder",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -1444,14 +1444,12 @@ static const AVOption options[] = {
static const AVClass mlp_decoder_class = {
.class_name = "MLP decoder",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
static const AVClass truehd_decoder_class = {
.class_name = "TrueHD decoder",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -2289,7 +2289,6 @@ static const AVOption mlp_options[] = {
static const AVClass mlp_class = {
.class_name = "mlpenc",
- .item_name = av_default_item_name,
.option = mlp_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -825,7 +825,6 @@ static const AVOption options[]={
static const AVClass ffmmal_dec_class = {
.class_name = "mmal_dec",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -586,7 +586,6 @@ static const AVOption options[] = {
static const AVClass mov_text_decoder_class = {
.class_name = "MOV text decoder",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -694,7 +694,6 @@ static const AVOption options[] = {
static const AVClass mov_text_encoder_class = {
.class_name = "MOV text enoder",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -1225,7 +1225,6 @@ static const AVOption mpeg2_options[] = {
#define mpeg12_class(x) \
static const AVClass mpeg ## x ## _class = { \
.class_name = "mpeg" # x "video encoder", \
- .item_name = av_default_item_name, \
.option = mpeg ## x ## _options, \
.version = LIBAVUTIL_VERSION_INT, \
};
@@ -223,7 +223,6 @@ static const AVOption mpeg2_metadata_options[] = {
static const AVClass mpeg2_metadata_class = {
.class_name = "mpeg2_metadata_bsf",
- .item_name = av_default_item_name,
.option = mpeg2_metadata_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -3847,7 +3847,6 @@ static const AVOption mpeg4_options[] = {
static const AVClass mpeg4_class = {
.class_name = "MPEG4 Video Decoder",
- .item_name = av_default_item_name,
.option = mpeg4_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -1388,7 +1388,6 @@ static const AVOption options[] = {
static const AVClass mpeg4enc_class = {
.class_name = "MPEG4 encoder",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -100,7 +100,6 @@ static const AVOption mpv_generic_options[] = {
const AVClass ff_mpv_enc_class = {
.class_name = "generic mpegvideo encoder",
- .item_name = av_default_item_name,
.option = mpv_generic_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -220,7 +220,6 @@ static const AVOption options[] = {
static const AVClass noise_class = {
.class_name = "noise",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -167,7 +167,6 @@ static const FFCodecDefault defaults[] = {
static const AVClass av1_nvenc_class = {
.class_name = "av1_nvenc",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -233,7 +233,6 @@ static const FFCodecDefault defaults[] = {
static const AVClass h264_nvenc_class = {
.class_name = "h264_nvenc",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -214,7 +214,6 @@ static const FFCodecDefault defaults[] = {
static const AVClass hevc_nvenc_class = {
.class_name = "hevc_nvenc",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -933,7 +933,6 @@ static const enum AVPixelFormat omx_encoder_pix_fmts[] = {
static const AVClass omx_mpeg4enc_class = {
.class_name = "mpeg4_omx",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -954,7 +953,6 @@ const FFCodec ff_mpeg4_omx_encoder = {
static const AVClass omx_h264enc_class = {
.class_name = "h264_omx",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -49,7 +49,6 @@ static const AVOption opus_metadata_options[] = {
static const AVClass opus_metadata_class = {
.class_name = "opus_metadata_bsf",
- .item_name = av_default_item_name,
.option = opus_metadata_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -762,7 +762,6 @@ static const AVOption opus_options[] = {
static const AVClass opus_class = {
.class_name = "Opus Decoder",
- .item_name = av_default_item_name,
.option = opus_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -719,7 +719,6 @@ static const AVOption opusenc_options[] = {
static const AVClass opusenc_class = {
.class_name = "Opus encoder",
- .item_name = av_default_item_name,
.option = opusenc_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -187,7 +187,6 @@ static const AVOption options[] = {
static const AVClass pcm_rechunk_class = {
.class_name = "pcm_rechunk_bsf",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -684,7 +684,6 @@ static const AVOption options[] = {
static const AVClass pgsdec_class = {
.class_name = "PGS subtitle decoder",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -454,7 +454,6 @@ static const AVOption options[] = {
static const AVClass photocd_class = {
.class_name = "photocd",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -1189,7 +1189,6 @@ static const AVOption options[] = {
static const AVClass pngenc_class = {
.class_name = "(A)PNG encoder",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -161,7 +161,6 @@ static const AVOption options[] = {
static const AVClass prores_metadata_class = {
.class_name = "prores_metadata_bsf",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -961,7 +961,6 @@ static const AVOption options[] = {
static const AVClass prores_enc_class = {
.class_name = "ProRes encoder",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -1415,7 +1415,6 @@ static const AVOption options[] = {
static const AVClass proresenc_class = {
.class_name = "ProRes encoder",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -1110,7 +1110,6 @@ static void qsv_decode_flush(AVCodecContext *avctx)
#define DEFINE_QSV_DECODER_WITH_OPTION(x, X, bsf_name, opt) \
static const AVClass x##_qsv_class = { \
.class_name = #x "_qsv", \
- .item_name = av_default_item_name, \
.option = opt, \
.version = LIBAVUTIL_VERSION_INT, \
}; \
@@ -123,7 +123,6 @@ static const AVOption options[] = {
static const AVClass class = {
.class_name = "av1_qsv encoder",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -172,7 +172,6 @@ static const AVOption options[] = {
static const AVClass class = {
.class_name = "h264_qsv encoder",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -368,7 +368,6 @@ static const AVOption options[] = {
static const AVClass class = {
.class_name = "hevc_qsv encoder",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -68,7 +68,6 @@ static const AVOption options[] = {
static const AVClass class = {
.class_name = "mjpeg_qsv encoder",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -76,7 +76,6 @@ static const AVOption options[] = {
static const AVClass class = {
.class_name = "mpeg2_qsv encoder",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -87,7 +87,6 @@ static const AVOption options[] = {
static const AVClass class = {
.class_name = "vp9_qsv encoder",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -793,7 +793,6 @@ static const AVOption options[] = {
static const AVClass rasc_decoder_class = {
.class_name = "rasc decoder",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -240,7 +240,6 @@ static const AVOption options[] = {
static const AVClass remove_extradata_class = {
.class_name = "remove_extradata",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -1110,7 +1110,6 @@ static const AVOption options[] = {
static const AVClass roq_class = {
.class_name = "RoQ",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -864,7 +864,6 @@ static const AVOption options[] = {
static const AVClass rpza_class = {
.class_name = "rpza",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -221,7 +221,6 @@ static const AVOption s302m_options[] = {
static const AVClass s302m_class = {
.class_name = "SMPTE 302M Decoder",
- .item_name = av_default_item_name,
.option = s302m_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -339,7 +339,6 @@ static const AVOption options[] = {
static const AVClass sbc_class = {
.class_name = "sbc encoder",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -262,7 +262,6 @@ static const AVOption options[] = {
static const AVClass setts_class = {
.class_name = "setts_bsf",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -265,7 +265,6 @@ static const AVOption options[] = {
static const AVClass sgi_class = {
.class_name = "sgi",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -2120,7 +2120,6 @@ static const AVOption options[] = {
static const AVClass snowenc_class = {
.class_name = "snow encoder",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -203,7 +203,6 @@ static const AVOption options[] = {
static const AVClass sunrast_class = {
.class_name = "sunrast",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -745,7 +745,6 @@ static const AVOption options[] = {
static const AVClass svq1enc_class = {
.class_name = "svq1enc",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -197,7 +197,6 @@ static const AVOption options[] = {
static const AVClass targa_class = {
.class_name = "targa",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -74,7 +74,6 @@ static void text_flush(AVCodecContext *avctx)
static const AVClass textsub_decoder_class = {
.class_name = "text/vplayer/stl/pjs/subviewer1 decoder",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -2454,7 +2454,6 @@ static const AVOption tiff_options[] = {
static const AVClass tiff_decoder_class = {
.class_name = "TIFF decoder",
- .item_name = av_default_item_name,
.option = tiff_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -564,7 +564,6 @@ static const AVOption options[] = {
static const AVClass tiffenc_class = {
.class_name = "TIFF encoder",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -420,7 +420,6 @@ static const AVOption options[] = {
static const AVClass tta_decoder_class = {
.class_name = "TTA Decoder",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -654,7 +654,6 @@ static const AVOption options[] = {
static const AVClass utvideo_class = {
.class_name = "utvideo",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -227,7 +227,6 @@ static const AVOption v210dec_options[] = {
static const AVClass v210dec_class = {
.class_name = "V210 Decoder",
- .item_name = av_default_item_name,
.option = v210dec_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -233,7 +233,6 @@ static const AVOption options[] = {
#define M2MDEC_CLASS(NAME) \
static const AVClass v4l2_m2m_ ## NAME ## _dec_class = { \
.class_name = #NAME "_v4l2m2m_decoder", \
- .item_name = av_default_item_name, \
.option = options, \
.version = LIBAVUTIL_VERSION_INT, \
};
@@ -414,7 +414,6 @@ static const FFCodecDefault v4l2_m2m_defaults[] = {
#define M2MENC_CLASS(NAME, OPTIONS_NAME) \
static const AVClass v4l2_m2m_ ## NAME ## _enc_class = { \
.class_name = #NAME "_v4l2m2m_encoder", \
- .item_name = av_default_item_name, \
.option = OPTIONS_NAME, \
.version = LIBAVUTIL_VERSION_INT, \
};
@@ -922,7 +922,6 @@ static const FFCodecDefault vaapi_encode_av1_defaults[] = {
static const AVClass vaapi_encode_av1_class = {
.class_name = "av1_vaapi",
- .item_name = av_default_item_name,
.option = vaapi_encode_av1_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -1368,7 +1368,6 @@ static const FFCodecDefault vaapi_encode_h264_defaults[] = {
static const AVClass vaapi_encode_h264_class = {
.class_name = "h264_vaapi",
- .item_name = av_default_item_name,
.option = vaapi_encode_h264_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -1485,7 +1485,6 @@ static const FFCodecDefault vaapi_encode_h265_defaults[] = {
static const AVClass vaapi_encode_h265_class = {
.class_name = "h265_vaapi",
- .item_name = av_default_item_name,
.option = vaapi_encode_h265_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -559,7 +559,6 @@ static const FFCodecDefault vaapi_encode_mjpeg_defaults[] = {
static const AVClass vaapi_encode_mjpeg_class = {
.class_name = "mjpeg_vaapi",
- .item_name = av_default_item_name,
.option = vaapi_encode_mjpeg_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -682,7 +682,6 @@ static const FFCodecDefault vaapi_encode_mpeg2_defaults[] = {
static const AVClass vaapi_encode_mpeg2_class = {
.class_name = "mpeg2_vaapi",
- .item_name = av_default_item_name,
.option = vaapi_encode_mpeg2_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -237,7 +237,6 @@ static const FFCodecDefault vaapi_encode_vp8_defaults[] = {
static const AVClass vaapi_encode_vp8_class = {
.class_name = "vp8_vaapi",
- .item_name = av_default_item_name,
.option = vaapi_encode_vp8_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -294,7 +294,6 @@ static const FFCodecDefault vaapi_encode_vp9_defaults[] = {
static const AVClass vaapi_encode_vp9_class = {
.class_name = "vp9_vaapi",
- .item_name = av_default_item_name,
.option = vaapi_encode_vp9_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -143,7 +143,6 @@ static const AVOption options[] = {
static const AVClass vbnenc_class = {
.class_name = "VBN encoder",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -1207,7 +1207,6 @@ static const AVClass vc2enc_class = {
.class_name = "SMPTE VC-2 encoder",
.category = AV_CLASS_CATEGORY_ENCODER,
.option = vc2enc_options,
- .item_name = av_default_item_name,
.version = LIBAVUTIL_VERSION_INT
};
@@ -2905,7 +2905,6 @@ static const AVOption h264_options[] = {
static const AVClass h264_videotoolbox_class = {
.class_name = "h264_videotoolbox",
- .item_name = av_default_item_name,
.option = h264_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -2941,7 +2940,6 @@ static const AVOption hevc_options[] = {
static const AVClass hevc_videotoolbox_class = {
.class_name = "hevc_videotoolbox",
- .item_name = av_default_item_name,
.option = hevc_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -2980,7 +2978,6 @@ static const AVOption prores_options[] = {
static const AVClass prores_videotoolbox_class = {
.class_name = "prores_videotoolbox",
- .item_name = av_default_item_name,
.option = prores_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -36,7 +36,6 @@
static const AVClass vorbis_parser_class = {
.class_name = "Vorbis parser",
- .item_name = av_default_item_name,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -126,7 +126,6 @@ static const AVOption vp9_metadata_options[] = {
static const AVClass vp9_metadata_class = {
.class_name = "vp9_metadata_bsf",
- .item_name = av_default_item_name,
.option = vp9_metadata_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -2962,7 +2962,6 @@ static const AVOption options[] = {
static const AVClass wavpack_encoder_class = {
.class_name = "WavPack encoder",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -151,7 +151,6 @@ static const AVOption options[] = {
static const AVClass alsa_demuxer_class = {
.class_name = "ALSA indev",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_DEVICE_AUDIO_INPUT,
@@ -161,7 +161,6 @@ static int audio_get_device_list(AVFormatContext *h, AVDeviceInfoList *device_li
static const AVClass alsa_muxer_class = {
.class_name = "ALSA outdev",
- .item_name = av_default_item_name,
.version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_DEVICE_AUDIO_OUTPUT,
};
@@ -854,7 +854,6 @@ static const AVOption options[] = {
static const AVClass android_camera_class = {
.class_name = "android_camera indev",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_DEVICE_VIDEO_INPUT,
@@ -293,7 +293,6 @@ static const AVOption options[] = {
static const AVClass at_class = {
.class_name = "AudioToolbox",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_DEVICE_AUDIO_OUTPUT,
@@ -1286,7 +1286,6 @@ static const AVOption options[] = {
static const AVClass avf_class = {
.class_name = "AVFoundation indev",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_DEVICE_VIDEO_INPUT,
@@ -343,7 +343,6 @@ static const AVOption options[] = {
static const AVClass bktr_class = {
.class_name = "BKTR grab indev",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_DEVICE_VIDEO_INPUT,
@@ -215,7 +215,6 @@ static const AVOption options[] = {
static const AVClass caca_class = {
.class_name = "caca outdev",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_DEVICE_VIDEO_OUTPUT,
@@ -105,7 +105,6 @@ static const AVOption options[] = {
static const AVClass decklink_demuxer_class = {
.class_name = "Blackmagic DeckLink indev",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_DEVICE_VIDEO_INPUT,
@@ -67,7 +67,6 @@ static const AVOption options[] = {
static const AVClass decklink_muxer_class = {
.class_name = "Blackmagic DeckLink outdev",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_DEVICE_VIDEO_OUTPUT,
@@ -1918,7 +1918,6 @@ static const AVOption options[] = {
static const AVClass dshow_class = {
.class_name = "dshow indev",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_DEVICE_VIDEO_INPUT,
@@ -226,7 +226,6 @@ static const AVOption options[] = {
static const AVClass fbdev_class = {
.class_name = "fbdev indev",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_DEVICE_VIDEO_INPUT,
@@ -201,7 +201,6 @@ static const AVOption options[] = {
static const AVClass fbdev_class = {
.class_name = "fbdev outdev",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_DEVICE_VIDEO_OUTPUT,
@@ -670,7 +670,6 @@ static const AVOption options[] = {
static const AVClass gdigrab_class = {
.class_name = "GDIgrab indev",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_DEVICE_VIDEO_INPUT,
@@ -496,7 +496,6 @@ static const AVOption options[] = {
static const AVClass iec61883_class = {
.class_name = "iec61883 indev",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_DEVICE_VIDEO_INPUT,
@@ -335,7 +335,6 @@ static const AVOption options[] = {
static const AVClass jack_indev_class = {
.class_name = "JACK indev",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_DEVICE_AUDIO_INPUT,
@@ -702,7 +702,6 @@ static const AVOption options[] = {
static const AVClass kmsgrab_class = {
.class_name = "kmsgrab indev",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_DEVICE_VIDEO_INPUT,
@@ -487,7 +487,6 @@ static const AVOption options[] = {
static const AVClass lavfi_class = {
.class_name = "lavfi indev",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_DEVICE_INPUT,
@@ -174,7 +174,6 @@ static const AVOption options[] = {
static const AVClass libcdio_class = {
.class_name = "libcdio indev",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_DEVICE_AUDIO_INPUT,
@@ -87,7 +87,6 @@ static const AVOption options[] = {
static const AVClass libdc1394_class = {
.class_name = "libdc1394 indev",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_DEVICE_VIDEO_INPUT,
@@ -242,7 +242,6 @@ static const AVOption options[] = {
static const AVClass class = {
.class_name = "openal indev",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_DEVICE_AUDIO_INPUT,
@@ -1291,7 +1291,6 @@ static const AVOption options[] = {
static const AVClass opengl_class = {
.class_name = "opengl outdev",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_DEVICE_VIDEO_OUTPUT,
@@ -124,7 +124,6 @@ static const AVOption options[] = {
static const AVClass oss_demuxer_class = {
.class_name = "OSS indev",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_DEVICE_AUDIO_INPUT,
@@ -90,7 +90,6 @@ static int audio_write_trailer(AVFormatContext *s1)
static const AVClass oss_muxer_class = {
.class_name = "OSS outdev",
- .item_name = av_default_item_name,
.version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_DEVICE_AUDIO_OUTPUT,
};
@@ -387,7 +387,6 @@ static const AVOption options[] = {
static const AVClass pulse_demuxer_class = {
.class_name = "Pulse indev",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_DEVICE_AUDIO_INPUT,
@@ -783,7 +783,6 @@ static const AVOption options[] = {
static const AVClass pulse_muxer_class = {
.class_name = "PulseAudio outdev",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_DEVICE_AUDIO_OUTPUT,
@@ -350,7 +350,6 @@ static const AVOption options[] = {
static const AVClass sdl2_class = {
.class_name = "sdl2 outdev",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_DEVICE_VIDEO_OUTPUT,
@@ -103,7 +103,6 @@ static const AVOption options[] = {
static const AVClass sndio_demuxer_class = {
.class_name = "sndio indev",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_DEVICE_AUDIO_INPUT,
@@ -82,7 +82,6 @@ static int audio_write_trailer(AVFormatContext *s1)
static const AVClass sndio_muxer_class = {
.class_name = "sndio outdev",
- .item_name = av_default_item_name,
.version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_DEVICE_AUDIO_OUTPUT,
};
@@ -1128,7 +1128,6 @@ static const AVOption options[] = {
static const AVClass v4l2_class = {
.class_name = "V4L2 indev",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_DEVICE_VIDEO_INPUT,
@@ -107,7 +107,6 @@ static int write_trailer(AVFormatContext *s1)
static const AVClass v4l2_class = {
.class_name = "V4L2 outdev",
- .item_name = av_default_item_name,
.version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_DEVICE_VIDEO_OUTPUT,
};
@@ -476,7 +476,6 @@ static const AVOption options[] = {
static const AVClass vfw_class = {
.class_name = "VFW indev",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_DEVICE_VIDEO_INPUT
@@ -102,7 +102,6 @@ static const AVOption options[] = {
static const AVClass xcbgrab_class = {
.class_name = "xcbgrab indev",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_DEVICE_VIDEO_INPUT,
@@ -371,7 +371,6 @@ static const AVOption options[] = {
static const AVClass xv_class = {
.class_name = "xvideo outdev",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_DEVICE_VIDEO_OUTPUT,
@@ -351,7 +351,6 @@ static const AVOption options[] = {
static const AVClass aresample_class = {
.class_name = "aresample",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
.child_class_iterate = resample_child_class_iterate,
@@ -60,7 +60,6 @@ static const AVOption filtergraph_options[] = {
static const AVClass filtergraph_class = {
.class_name = "AVFilterGraph",
- .item_name = av_default_item_name,
.version = LIBAVUTIL_VERSION_INT,
.option = filtergraph_options,
.category = AV_CLASS_CATEGORY_FILTER,
@@ -320,7 +320,6 @@ const AVClass *ff_framesync_child_class_iterate(void **iter);
#define FRAMESYNC_DEFINE_PURE_CLASS(name, desc, func_prefix, options) \
static const AVClass name##_class = { \
.class_name = desc, \
- .item_name = av_default_item_name, \
.option = options, \
.version = LIBAVUTIL_VERSION_INT, \
.category = AV_CLASS_CATEGORY_FILTER, \
@@ -311,7 +311,6 @@ int ff_request_frame(AVFilterLink *link);
#define AVFILTER_DEFINE_CLASS_EXT(name, desc, options) \
static const AVClass name##_class = { \
.class_name = desc, \
- .item_name = av_default_item_name, \
.option = options, \
.version = LIBAVUTIL_VERSION_INT, \
.category = AV_CLASS_CATEGORY_FILTER, \
@@ -336,7 +336,6 @@ static const AVFilterPad stack_outputs[] = {
#define DEFINE_STACK_FILTER(category, api, capi, filter_flags) \
static const AVClass category##_##api##_class = { \
.class_name = #category "_" #api, \
- .item_name = av_default_item_name, \
.option = category##_##api##_options, \
.version = LIBAVUTIL_VERSION_INT, \
}; \
@@ -435,7 +435,6 @@ static const AVOption options[] = {
static const AVClass cuda_bilateral_class = {
.class_name = "cudabilateral",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -338,7 +338,6 @@ exit:
static const AVClass bwdif_cuda_class = {
.class_name = "bwdif_cuda",
- .item_name = av_default_item_name,
.option = ff_yadif_options,
.version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_FILTER,
@@ -375,7 +375,6 @@ static int bwdif_vulkan_config_output(AVFilterLink *outlink)
static const AVClass bwdif_vulkan_class = {
.class_name = "bwdif_vulkan",
- .item_name = av_default_item_name,
.option = ff_yadif_options,
.version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_FILTER,
@@ -454,7 +454,6 @@ static const AVOption options[] = {
static const AVClass cudachromakey_class = {
.class_name = "cudachromakey",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -392,7 +392,6 @@ static const AVOption options[] = {
static const AVClass cudacolorspace_class = {
.class_name = "colorspace_cuda",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -392,7 +392,6 @@ static const AVOption deint_vaapi_options[] = {
static const AVClass deint_vaapi_class = {
.class_name = "deinterlace_vaapi",
- .item_name = av_default_item_name,
.option = deint_vaapi_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -167,7 +167,6 @@ static av_cold void hwdownload_uninit(AVFilterContext *avctx)
static const AVClass hwdownload_class = {
.class_name = "hwdownload",
- .item_name = av_default_item_name,
.option = NULL,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -1022,7 +1022,6 @@ static const AVOption scale_options[] = {
static const AVClass scale_class = {
.class_name = "scale(2ref)",
- .item_name = av_default_item_name,
.option = scale_options,
.version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_FILTER,
@@ -603,7 +603,6 @@ static const AVOption options[] = {
static const AVClass cudascale_class = {
.class_name = "cudascale",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -1013,7 +1013,6 @@ static const AVOption options[] = {
static const AVClass nppscale_class = {
.class_name = "nppscale",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_FILTER,
@@ -235,7 +235,6 @@ static const AVOption options[] = {
static const AVClass nppsharpen_class = {
.class_name = "nppsharpen",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -75,7 +75,6 @@ static const AVOption spp_options[] = {
static const AVClass spp_class = {
.class_name = "spp",
- .item_name = av_default_item_name,
.option = spp_options,
.version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_FILTER,
@@ -440,7 +440,6 @@ static const AVOption options[] = {
static const AVClass npptranspose_class = {
.class_name = "npptranspose",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -824,7 +824,6 @@ static const AVFilterPad vpp_outputs[] = {
#define DEFINE_QSV_FILTER(x, sn, ln, fmts) \
static const AVClass x##_class = { \
.class_name = #sn "_qsv", \
- .item_name = av_default_item_name, \
.option = x##_options, \
.version = LIBAVUTIL_VERSION_INT, \
}; \
@@ -326,7 +326,6 @@ static int config_output(AVFilterLink *outlink)
static const AVClass yadif_class = {
.class_name = "yadif",
- .item_name = av_default_item_name,
.option = ff_yadif_options,
.version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_FILTER,
@@ -338,7 +338,6 @@ exit:
static const AVClass yadif_cuda_class = {
.class_name = "yadif_cuda",
- .item_name = av_default_item_name,
.option = ff_yadif_options,
.version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_FILTER,
@@ -61,7 +61,6 @@ static int vs2av_log(int type, const char *tag, const char *format, ...)
VS2AVLogCtx ctx;
AVClass class = {
.class_name = tag,
- .item_name = av_default_item_name,
.option = 0,
.version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_FILTER,
@@ -366,7 +366,6 @@ static const AVOption aa_options[] = {
static const AVClass aa_class = {
.class_name = "aa",
- .item_name = av_default_item_name,
.option = aa_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -82,7 +82,6 @@ static const AVOption ac4_options[] = {
static const AVClass ac4_muxer_class = {
.class_name = "AC4 muxer",
- .item_name = av_default_item_name,
.option = ac4_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -228,7 +228,6 @@ static const AVOption options[] = {
static const AVClass adts_muxer_class = {
.class_name = "ADTS muxer",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -280,7 +280,6 @@ static const AVOption options[] = {
static const AVClass aiff_muxer_class = {
.class_name = "AIFF muxer",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -286,7 +286,6 @@ static const AVOption alp_options[] = {
static const AVClass alp_muxer_class = {
.class_name = "alp",
- .item_name = av_default_item_name,
.option = alp_options,
.version = LIBAVUTIL_VERSION_INT
};
@@ -415,7 +415,6 @@ static const AVOption options[] = {
static const AVClass demuxer_class = {
.class_name = "APNG demuxer",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_DEMUXER,
@@ -302,7 +302,6 @@ static const AVOption options[] = {
static const AVClass apng_muxer_class = {
.class_name = "APNG muxer",
- .item_name = av_default_item_name,
.version = LIBAVUTIL_VERSION_INT,
.option = options,
};
@@ -95,7 +95,6 @@ static const AVOption aptx_options[] = {
static const AVClass aptx_demuxer_class = {
.class_name = "aptx (hd) demuxer",
- .item_name = av_default_item_name,
.option = aptx_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -130,7 +130,6 @@ static const AVOption aqt_options[] = {
static const AVClass aqt_class = {
.class_name = "aqtdec",
- .item_name = av_default_item_name,
.option = aqt_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -466,7 +466,6 @@ static const AVOption argo_asf_options[] = {
static const AVClass argo_asf_muxer_class = {
.class_name = "argo_asf_muxer",
- .item_name = av_default_item_name,
.option = argo_asf_options,
.version = LIBAVUTIL_VERSION_INT
};
@@ -396,7 +396,6 @@ static const AVOption argo_cvg_options[] = {
static const AVClass argo_cvg_muxer_class = {
.class_name = "argo_cvg_muxer",
- .item_name = av_default_item_name,
.option = argo_cvg_options,
.version = LIBAVUTIL_VERSION_INT
};
@@ -125,7 +125,6 @@ static const AVOption options[] = {
static const AVClass asf_class = {
.class_name = "asf demuxer",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -1121,7 +1121,6 @@ static const AVOption asf_options[] = {
static const AVClass asf_muxer_class = {
.class_name = "ASF (stream) muxer",
- .item_name = av_default_item_name,
.option = asf_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -223,7 +223,6 @@ static const AVOption options[] = {
static const AVClass ass_class = {
.class_name = "ass muxer",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -190,7 +190,6 @@ static const AVOption options[] = {
static const AVClass ast_muxer_class = {
.class_name = "AST muxer",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -484,7 +484,6 @@ static const AVOption options[] = {
static const AVClass async_context_class = {
.class_name = "Async",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -586,7 +585,6 @@ static const AVOption async_test_options[] = {
static const AVClass async_test_context_class = {
.class_name = "Async-Test",
- .item_name = av_default_item_name,
.option = async_test_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -116,7 +116,6 @@ static const AVOption av1_options[] = {
static const AVClass av1_demuxer_class = {
.class_name = "AV1 Annex B/low overhead OBU demuxer",
- .item_name = av_default_item_name,
.option = av1_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -97,7 +97,6 @@ static const AVOption options[] = {
static const AVClass demuxer_class = {
.class_name = "avi",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_DEMUXER,
@@ -999,7 +999,6 @@ static const AVOption options[] = {
static const AVClass avi_muxer_class = {
.class_name = "AVI muxer",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -66,7 +66,6 @@ static const AVOption ff_avio_options[] = {
const AVClass ff_avio_class = {
.class_name = "AVIOContext",
- .item_name = av_default_item_name,
.version = LIBAVUTIL_VERSION_INT,
.option = ff_avio_options,
.child_next = ff_avio_child_next,
@@ -1192,7 +1192,6 @@ static const AVOption avisynth_options[] = {
static const AVClass avisynth_demuxer_class = {
.class_name = "AviSynth demuxer",
- .item_name = av_default_item_name,
.option = avisynth_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -382,7 +382,6 @@ static const AVOption options[] = {
#define CLASS(name) \
(const AVClass[1]){{ \
.class_name = name, \
- .item_name = av_default_item_name, \
.option = options, \
.version = LIBAVUTIL_VERSION_INT, \
}}
@@ -51,7 +51,6 @@ static const AVOption options[] = {
static const AVClass bluray_context_class = {
.class_name = "bluray",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -327,7 +327,6 @@ static const AVOption options[] = {
static const AVClass cache_context_class = {
.class_name = "cache",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -252,7 +252,6 @@ static const AVOption cdxl_options[] = {
static const AVClass cdxl_demuxer_class = {
.class_name = "CDXL demuxer",
- .item_name = av_default_item_name,
.option = cdxl_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -172,7 +172,6 @@ static const AVOption options[] = {
static const AVClass chromaprint_class = {
.class_name = "chromaprint muxer",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -279,7 +279,6 @@ static const AVOption codec2raw_options[] = {
static const AVClass codec2_demux_class = {
.class_name = "codec2 demuxer",
- .item_name = av_default_item_name,
.option = codec2_options,
.version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_DEMUXER,
@@ -287,7 +286,6 @@ static const AVClass codec2_demux_class = {
static const AVClass codec2raw_demux_class = {
.class_name = "codec2raw demuxer",
- .item_name = av_default_item_name,
.option = codec2raw_options,
.version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_DEMUXER,
@@ -930,7 +930,6 @@ static const AVOption options[] = {
static const AVClass concat_class = {
.class_name = "concat demuxer",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -73,7 +73,6 @@ static const AVOption options[] = {
static const AVClass crypto_class = {
.class_name = "crypto",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -2350,7 +2350,6 @@ static const AVOption dash_options[] = {
static const AVClass dash_class = {
.class_name = "dash",
- .item_name = av_default_item_name,
.option = dash_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -2411,7 +2411,6 @@ static const AVOption options[] = {
static const AVClass dash_class = {
.class_name = "dash muxer",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -81,7 +81,6 @@ static const AVOption dfpwm_options[] = {
};
static const AVClass dfpwm_demuxer_class = {
.class_name = "dfpwm demuxer",
- .item_name = av_default_item_name,
.option = dfpwm_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -778,7 +778,6 @@ static const AVOption options[] = {
static const AVClass ea_class = {
.class_name = "ea demuxer",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -51,7 +51,6 @@ static const AVOption evc_options[] = {
static const AVClass evc_demuxer_class = {
.class_name = "EVC Annex B demuxer",
- .item_name = av_default_item_name,
.option = evc_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -706,7 +706,6 @@ static const AVOption options[] = {
static const AVClass fifo_muxer_class = {
.class_name = "Fifo muxer",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -133,7 +133,6 @@ static const AVOption options[] = {
static const AVClass failing_muxer_class = {
.class_name = "Fifo test muxer",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -117,21 +117,18 @@ static const AVOption pipe_options[] = {
static const AVClass file_class = {
.class_name = "file",
- .item_name = av_default_item_name,
.option = file_options,
.version = LIBAVUTIL_VERSION_INT,
};
static const AVClass pipe_class = {
.class_name = "pipe",
- .item_name = av_default_item_name,
.option = pipe_options,
.version = LIBAVUTIL_VERSION_INT,
};
static const AVClass fd_class = {
.class_name = "fd",
- .item_name = av_default_item_name,
.option = pipe_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -214,7 +214,6 @@ static const AVOption fits_options[] = {
static const AVClass fits_demuxer_class = {
.class_name = "FITS demuxer",
- .item_name = av_default_item_name,
.option = fits_options,
.version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_DEMUXER,
@@ -409,7 +409,6 @@ static const AVOption flacenc_options[] = {
static const AVClass flac_muxer_class = {
.class_name = "flac muxer",
- .item_name = av_default_item_name,
.option = flacenc_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -1407,7 +1407,6 @@ static const AVOption options[] = {
static const AVClass flv_kux_class = {
.class_name = "(live) flv/kux demuxer",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -1105,7 +1105,6 @@ static const AVOption options[] = {
static const AVClass flv_muxer_class = {
.class_name = "flv muxer",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -92,7 +92,6 @@ static const AVOption options[] = {
static const AVClass ftp_context_class = {
.class_name = "ftp",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -69,7 +69,6 @@ static const AVOption options[] = {
static const AVClass g726_demuxer_class = {
.class_name = "G.726 demuxer",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -88,7 +88,6 @@ static const AVOption g729_options[] = {
static const AVClass g729_demuxer_class = {
.class_name = "g729 demuxer",
- .item_name = av_default_item_name,
.option = g729_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -200,7 +200,6 @@ static const AVOption options[] = {
static const AVClass gif_muxer_class = {
.class_name = "GIF muxer",
- .item_name = av_default_item_name,
.version = LIBAVUTIL_VERSION_INT,
.option = options,
};
@@ -272,7 +272,6 @@ static const AVOption options[] = {
static const AVClass demuxer_class = {
.class_name = "GIF demuxer",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_DEMUXER,
@@ -97,7 +97,6 @@ static const AVOption options[] = {
static const AVClass gsm_class = {
.class_name = "gsm demuxer",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -52,7 +52,6 @@ static const AVOption hash_streamhash_options[] = {
static const AVClass hash_streamhashenc_class = {
.class_name = "(stream) hash muxer",
- .item_name = av_default_item_name,
.option = hash_streamhash_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -192,7 +191,6 @@ const FFOutputFormat ff_hash_muxer = {
#if CONFIG_MD5_MUXER
static const AVClass md5enc_class = {
.class_name = "MD5 muxer",
- .item_name = av_default_item_name,
.option = md5_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -320,7 +318,6 @@ static int framehash_write_packet(struct AVFormatContext *s, AVPacket *pkt)
#if CONFIG_FRAMEHASH_MUXER
static const AVClass framehash_class = {
.class_name = "frame hash muxer",
- .item_name = av_default_item_name,
.option = framehash_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -344,7 +341,6 @@ const FFOutputFormat ff_framehash_muxer = {
#if CONFIG_FRAMEMD5_MUXER
static const AVClass framemd5_class = {
.class_name = "frame MD5 muxer",
- .item_name = av_default_item_name,
.option = framemd5_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -143,7 +143,6 @@ static const AVOption hca_options[] = {
static const AVClass hca_class = {
.class_name = "hca",
- .item_name = av_default_item_name,
.option = hca_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -563,7 +563,6 @@ static const AVOption options[] = {
static const AVClass hds_class = {
.class_name = "HDS muxer",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -2589,7 +2589,6 @@ static const AVOption hls_options[] = {
static const AVClass hls_class = {
.class_name = "hls demuxer",
- .item_name = av_default_item_name,
.option = hls_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -3183,7 +3183,6 @@ static const AVOption options[] = {
static const AVClass hls_class = {
.class_name = "hls muxer",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -1986,7 +1986,6 @@ static int http_get_short_seek(URLContext *h)
#define HTTP_CLASS(flavor) \
static const AVClass flavor ## _context_class = { \
.class_name = # flavor, \
- .item_name = av_default_item_name, \
.option = options, \
.version = LIBAVUTIL_VERSION_INT, \
}
@@ -207,7 +207,6 @@ static int icecast_write(URLContext *h, const uint8_t *buf, int size)
static const AVClass icecast_context_class = {
.class_name = "icecast",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -1014,7 +1014,6 @@ static const AVOption imf_options[] = {
static const AVClass imf_class = {
.class_name = "imf",
- .item_name = av_default_item_name,
.option = imf_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -56,7 +56,6 @@ static int alias_pix_read_probe(const AVProbeData *p)
static const AVClass image2_alias_pix_class = {
.class_name = "alias_pix demuxer",
- .item_name = av_default_item_name,
.option = ff_img_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -40,7 +40,6 @@ static int brender_read_probe(const AVProbeData *p)
static const AVClass image2_brender_pix_class = {
.class_name = "brender_pix demuxer",
- .item_name = av_default_item_name,
.option = ff_img_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -634,7 +634,6 @@ const AVOption ff_img_options[] = {
static const AVClass img2_class = {
.class_name = "image2 demuxer",
- .item_name = av_default_item_name,
.option = ff_img_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -658,7 +657,6 @@ static const AVOption img2pipe_options[] = {
};
static const AVClass imagepipe_class = {
.class_name = "imagepipe demuxer",
- .item_name = av_default_item_name,
.option = img2pipe_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -266,7 +266,6 @@ static const AVOption muxoptions[] = {
#if CONFIG_IMAGE2_MUXER
static const AVClass img2mux_class = {
.class_name = "image2 muxer",
- .item_name = av_default_item_name,
.option = muxoptions,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -331,7 +331,6 @@ static const AVOption options[] = {
static const AVClass ipfs_gateway_context_class = {
.class_name = "IPFS Gateway",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -52,7 +52,6 @@ static const AVOption options[] = {
static const AVClass latm_muxer_class = {
.class_name = "LATM/LOAS muxer",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -306,7 +306,6 @@ static int amqp_proto_close(URLContext *h)
static const AVClass amqp_context_class = {
.class_name = "amqp",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -188,7 +188,6 @@ static int probe_gme(const AVProbeData *p)
static const AVClass class_gme = {
.class_name = "Game Music Emu demuxer",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -375,7 +375,6 @@ static int modplug_probe(const AVProbeData *p)
static const AVClass modplug_class = {
.class_name = "ModPlug demuxer",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -273,7 +273,6 @@ static int read_probe_openmpt(const AVProbeData *p)
static const AVClass class_openmpt = {
.class_name = "libopenmpt",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -252,7 +252,6 @@ static int librist_write(URLContext *h, const uint8_t *buf, int size)
static const AVClass librist_class = {
.class_name = "librist",
- .item_name = av_default_item_name,
.option = librist_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -284,7 +284,6 @@ static const AVOption options[] = {
#define RTMP_CLASS(flavor)\
static const AVClass lib ## flavor ## _class = {\
.class_name = "lib" #flavor " protocol",\
- .item_name = av_default_item_name,\
.option = options,\
.version = LIBAVUTIL_VERSION_INT,\
};
@@ -358,7 +358,6 @@ static const AVOption options[] = {
static const AVClass libsmbclient_context_class = {
.class_name = "libsmbc",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -727,7 +727,6 @@ static int libsrt_close(URLContext *h)
static const AVClass libsrt_class = {
.class_name = "libsrt",
- .item_name = av_default_item_name,
.option = libsrt_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -481,7 +481,6 @@ static const AVOption options[] = {
static const AVClass libssh_context_class = {
.class_name = "libssh",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -187,7 +187,6 @@ static int zmq_proto_close(URLContext *h)
static const AVClass zmq_context_class = {
.class_name = "zmq",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -4772,7 +4772,6 @@ static const AVOption options[] = {
static const AVClass webm_dash_class = {
.class_name = "WebM DASH Manifest demuxer",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -3516,7 +3516,6 @@ static const AVOption options[] = {
static const AVClass matroska_webm_class = {
.class_name = "matroska/webm muxer",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -193,7 +193,6 @@ static const AVOption microdvd_options[] = {
static const AVClass microdvd_class = {
.class_name = "microdvddec",
- .item_name = av_default_item_name,
.option = microdvd_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -9320,7 +9320,6 @@ static const AVOption mov_options[] = {
static const AVClass mov_class = {
.class_name = "mov,mp4,m4a,3gp,3g2,mj2",
- .item_name = av_default_item_name,
.option = mov_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -125,7 +125,6 @@ static const AVOption options[] = {
static const AVClass mov_isobmff_muxer_class = {
.class_name = "mov/mp4/tgp/psp/tg2/ipod/ismv/f4v muxer",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -7924,7 +7923,6 @@ static const AVCodecTag *const codec_avif_tags_list[] = { codec_avif_tags, NULL
static const AVClass mov_avif_muxer_class = {
.class_name = "avif muxer",
- .item_name = av_default_item_name,
.option = avif_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -604,7 +604,6 @@ static const AVOption options[] = {
static const AVClass demuxer_class = {
.class_name = "mp3",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_DEMUXER,
@@ -515,7 +515,6 @@ static const AVOption options[] = {
static const AVClass mp3_muxer_class = {
.class_name = "MP3 muxer",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -1040,7 +1040,6 @@ static const AVOption options[] = {
static const AVClass vobsub_demuxer_class = {
.class_name = "vobsub",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -1298,7 +1298,6 @@ static const AVOption options[] = {
static const AVClass mpeg_class = {
.class_name = "mpeg/(s)vcd/vob/dvd muxer",
- .item_name = av_default_item_name,
.version = LIBAVUTIL_VERSION_INT,
.option = options,
};
@@ -209,7 +209,6 @@ static const AVOption options[] = {
static const AVClass mpegts_class = {
.class_name = "mpegts demuxer",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -228,7 +227,6 @@ static const AVOption raw_options[] = {
static const AVClass mpegtsraw_class = {
.class_name = "mpegtsraw demuxer",
- .item_name = av_default_item_name,
.option = raw_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -2343,7 +2343,6 @@ static const AVOption options[] = {
static const AVClass mpegts_muxer_class = {
.class_name = "MPEGTS muxer",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -57,7 +57,6 @@ static const AVOption options[] = {
static const AVClass mpjpeg_muxer_class = {
.class_name = "mpjpeg_muxer",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -363,7 +363,6 @@ static const AVOption mpjpeg_options[] = {
static const AVClass mpjpeg_demuxer_class = {
.class_name = "MPJPEG demuxer",
- .item_name = av_default_item_name,
.option = mpjpeg_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -4308,7 +4308,6 @@ static const AVOption options[] = {
static const AVClass demuxer_class = {
.class_name = "mxf",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_DEMUXER,
@@ -3407,7 +3407,6 @@ static const AVOption mxf_options[] = {
static const AVClass mxf_muxer_class = {
.class_name = "MXF muxer",
- .item_name = av_default_item_name,
.option = mxf_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -3423,7 +3422,6 @@ static const AVOption d10_options[] = {
static const AVClass mxf_d10_muxer_class = {
.class_name = "MXF-D10 muxer",
- .item_name = av_default_item_name,
.option = d10_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -3439,7 +3437,6 @@ static const AVOption opatom_options[] = {
static const AVClass mxf_opatom_muxer_class = {
.class_name = "MXF-OPAtom muxer",
- .item_name = av_default_item_name,
.option = opatom_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -1248,7 +1248,6 @@ static const AVOption options[] = {
static const AVClass class = {
.class_name = "nutenc",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -97,7 +97,6 @@ static const AVOption options[] = {
static const AVClass ogg_muxer_class = {
.class_name = "Ogg (audio/video/Speex/Opus) muxer",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -234,7 +234,6 @@ static const AVOption stream_options[] = {
static const AVClass stream_class = {
.class_name = "AVStream",
- .item_name = av_default_item_name,
.version = LIBAVUTIL_VERSION_INT,
.option = stream_options,
};
@@ -374,7 +373,6 @@ static const AVOption stream_group_options[] = {
static const AVClass stream_group_class = {
.class_name = "AVStreamGroup",
- .item_name = av_default_item_name,
.version = LIBAVUTIL_VERSION_INT,
.option = stream_group_options,
.child_next = stream_group_child_next,
@@ -124,7 +124,6 @@ static const AVOption pcm_options[] = {
};
static const AVClass pcm_demuxer_class = {
.class_name = "pcm demuxer",
- .item_name = av_default_item_name,
.option = pcm_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -191,7 +190,6 @@ static const AVOption sln_options[] = {
static const AVClass sln_demuxer_class = {
.class_name = "sln demuxer",
- .item_name = av_default_item_name,
.option = sln_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -129,7 +129,6 @@ static const AVOption options[] = {
static const AVClass prompeg_class = {
.class_name = "prompeg",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -126,7 +126,6 @@ static const AVOption rawvideo_options[] = {
const AVClass ff_rawvideo_demuxer_class = {
.class_name = "generic raw video demuxer",
- .item_name = av_default_item_name,
.option = rawvideo_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -139,7 +138,6 @@ static const AVOption raw_options[] = {
const AVClass ff_raw_demuxer_class = {
.class_name = "generic raw demuxer",
- .item_name = av_default_item_name,
.option = raw_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -144,7 +144,6 @@ static const AVOption rawvideo_options[] = {
static const AVClass rawvideo_demuxer_class = {
.class_name = "rawvideo demuxer",
- .item_name = av_default_item_name,
.option = rawvideo_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -163,7 +162,6 @@ const AVInputFormat ff_rawvideo_demuxer = {
static const AVClass bitpacked_demuxer_class = {
.class_name = "bitpacked demuxer",
- .item_name = av_default_item_name,
.option = rawvideo_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -184,7 +182,6 @@ const AVInputFormat ff_bitpacked_demuxer = {
static const AVClass v210_demuxer_class = {
.class_name = "v210(x) demuxer",
- .item_name = av_default_item_name,
.option = rawvideo_options + 1,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -320,7 +320,6 @@ static const AVOption ffrtmpcrypt_options[] = {
static const AVClass ffrtmpcrypt_class = {
.class_name = "ffrtmpcrypt",
- .item_name = av_default_item_name,
.option = ffrtmpcrypt_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -268,7 +268,6 @@ static const AVOption ffrtmphttp_options[] = {
static const AVClass ffrtmphttp_class = {
.class_name = "ffrtmphttp",
- .item_name = av_default_item_name,
.option = ffrtmphttp_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -3161,7 +3161,6 @@ static const AVOption rtmp_options[] = {
#define RTMP_PROTOCOL_1(flavor) \
static const AVClass flavor##_class = { \
.class_name = #flavor, \
- .item_name = av_default_item_name, \
.option = rtmp_options, \
.version = LIBAVUTIL_VERSION_INT, \
}; \
@@ -40,7 +40,6 @@ static const AVOption options[] = {
static const AVClass rtp_muxer_class = {
.class_name = "RTP muxer",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -183,7 +183,6 @@ static const AVOption options[] = {
static const AVClass rtp_mpegts_class = {
.class_name = "rtp_mpegts muxer",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -86,7 +86,6 @@ static const AVOption options[] = {
static const AVClass rtp_class = {
.class_name = "rtp",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -2479,7 +2479,6 @@ static int sdp_read_close(AVFormatContext *s)
static const AVClass sdp_demuxer_class = {
.class_name = "SDP demuxer",
- .item_name = av_default_item_name,
.option = sdp_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -2638,7 +2637,6 @@ fail:
static const AVClass rtp_demuxer_class = {
.class_name = "RTP demuxer",
- .item_name = av_default_item_name,
.option = rtp_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -987,7 +987,6 @@ static int rtsp_read_seek(AVFormatContext *s, int stream_index,
static const AVClass rtsp_demuxer_class = {
.class_name = "RTSP demuxer",
- .item_name = av_default_item_name,
.option = ff_rtsp_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -38,7 +38,6 @@
static const AVClass rtsp_muxer_class = {
.class_name = "RTSP muxer",
- .item_name = av_default_item_name,
.option = ff_rtsp_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -1524,7 +1524,6 @@ static const AVOption sbg_options[] = {
static const AVClass sbg_demuxer_class = {
.class_name = "sbg_demuxer",
- .item_name = av_default_item_name,
.option = sbg_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -170,7 +170,6 @@ static const AVOption options[] = {
static const AVClass sctp_class = {
.class_name = "sctp",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -1084,7 +1084,6 @@ static const AVOption options[] = {
static const AVClass seg_class = {
.class_name = "(stream) segment muxer",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -127,7 +127,6 @@ static const AVOption ser_options[] = {
static const AVClass ser_demuxer_class = {
.class_name = "ser demuxer",
- .item_name = av_default_item_name,
.option = ser_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -635,7 +635,6 @@ static const AVOption options[] = {
static const AVClass ism_class = {
.class_name = "smooth streaming muxer",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -103,7 +103,6 @@ static const AVOption options[] = {
static const AVClass spdif_class = {
.class_name = "spdif",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -47,7 +47,6 @@ static const AVOption options[] = {
static const AVClass srtp_context_class = {
.class_name = "srtp",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -44,7 +44,6 @@ static const AVOption subfile_options[] = {
static const AVClass subfile_class = {
.class_name = "subfile",
- .item_name = av_default_item_name,
.option = subfile_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -69,7 +69,6 @@ static const AVOption options[] = {
static const AVClass tcp_class = {
.class_name = "tcp",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -42,7 +42,6 @@ static const AVOption tedcaptions_options[] = {
static const AVClass tedcaptions_demuxer_class = {
.class_name = "tedcaptions_demuxer",
- .item_name = av_default_item_name,
.option = tedcaptions_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -74,7 +74,6 @@ static const AVOption options[] = {
static const AVClass tee_muxer_class = {
.class_name = "Tee muxer",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -294,7 +294,6 @@ static const AVOption options[] = {
static const AVClass tls_class = {
.class_name = "tls",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -198,7 +198,6 @@ static const AVOption options[] = {
static const AVClass tls_class = {
.class_name = "tls",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -350,7 +350,6 @@ static const AVOption options[] = {
static const AVClass tls_class = {
.class_name = "tls",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -380,7 +380,6 @@ static const AVOption options[] = {
static const AVClass tls_class = {
.class_name = "tls",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -602,7 +602,6 @@ static const AVOption options[] = {
static const AVClass tls_class = {
.class_name = "tls",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -409,7 +409,6 @@ static const AVOption options[] = {
static const AVClass tls_class = {
.class_name = "tls",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -173,7 +173,6 @@ static const AVOption options[] = {
static const AVClass tty_demuxer_class = {
.class_name = "TTY demuxer",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -144,14 +144,12 @@ static const AVOption options[] = {
static const AVClass udp_class = {
.class_name = "udp",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
static const AVClass udplite_context_class = {
.class_name = "udplite",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -55,7 +55,6 @@ static const AVOption unix_options[] = {
static const AVClass unix_class = {
.class_name = "unix",
- .item_name = av_default_item_name,
.option = unix_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -475,7 +475,6 @@ static av_cold int probe_vs(const AVProbeData *p)
static const AVClass class_vs = {
.class_name = "VapourSynth demuxer",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -824,7 +824,6 @@ static int wav_read_seek(AVFormatContext *s,
static const AVClass wav_demuxer_class = {
.class_name = "WAV demuxer",
- .item_name = av_default_item_name,
.option = demux_options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -987,7 +986,6 @@ static int w64_read_header(AVFormatContext *s)
static const AVClass w64_demuxer_class = {
.class_name = "W64 demuxer",
- .item_name = av_default_item_name,
.option = &demux_options[W64_DEMUXER_OPTIONS_OFFSET],
.version = LIBAVUTIL_VERSION_INT,
};
@@ -503,7 +503,6 @@ static const AVOption options[] = {
static const AVClass wav_muxer_class = {
.class_name = "WAV muxer",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -287,7 +287,6 @@ static const AVOption options[] = {
static const AVClass webm_chunk_class = {
.class_name = "WebM Chunk Muxer",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -537,7 +537,6 @@ static const AVOption options[] = {
static const AVClass webm_dash_class = {
.class_name = "WebM DASH Manifest muxer",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -220,7 +220,6 @@ static const AVOption options[] = {
static const AVClass webp_muxer_class = {
.class_name = "WebP muxer",
- .item_name = av_default_item_name,
.version = LIBAVUTIL_VERSION_INT,
.option = options,
};
@@ -205,7 +205,6 @@ static const AVOption options[] = {
static const AVClass webvtt_demuxer_class = {
.class_name = "WebVTT demuxer",
- .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -197,7 +197,6 @@ int av_parse_cpu_caps(unsigned *flags, const char *s)
};
static const AVClass class = {
.class_name = "cpuflags",
- .item_name = av_default_item_name,
.option = cpuflags_opts,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -59,7 +59,6 @@ typedef struct Parser {
static const AVClass eval_class = {
.class_name = "Eval",
- .item_name = av_default_item_name,
.option = NULL,
.version = LIBAVUTIL_VERSION_INT,
.log_level_offset_offset = offsetof(Parser, log_offset),
@@ -45,7 +45,6 @@ typedef struct FileLogContext {
static const AVClass file_log_ctx_class = {
.class_name = "FILE",
- .item_name = av_default_item_name,
.option = NULL,
.version = LIBAVUTIL_VERSION_INT,
.log_level_offset_offset = offsetof(FileLogContext, log_offset),
@@ -101,7 +101,6 @@ typedef struct FileLogContext {
static const AVClass file_log_ctx_class = {
.class_name = "TEMPFILE",
- .item_name = av_default_item_name,
.option = NULL,
.version = LIBAVUTIL_VERSION_INT,
.log_level_offset_offset = offsetof(FileLogContext, log_offset),
@@ -120,7 +120,6 @@ enum AVHWDeviceType av_hwdevice_iterate_types(enum AVHWDeviceType prev)
static const AVClass hwdevice_ctx_class = {
.class_name = "AVHWDeviceContext",
- .item_name = av_default_item_name,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -222,7 +221,6 @@ fail:
static const AVClass hwframe_ctx_class = {
.class_name = "AVHWFramesContext",
- .item_name = av_default_item_name,
.version = LIBAVUTIL_VERSION_INT,
};
@@ -75,7 +75,6 @@ static const AVOption mix_gain_options[] = {
static const AVClass mix_gain_class = {
.class_name = "AVIAMFSubmixElement",
- .item_name = av_default_item_name,
.version = LIBAVUTIL_VERSION_INT,
.option = mix_gain_options,
};
@@ -90,7 +89,6 @@ static const AVOption demixing_info_options[] = {
static const AVClass demixing_info_class = {
.class_name = "AVIAMFDemixingInfo",
- .item_name = av_default_item_name,
.version = LIBAVUTIL_VERSION_INT,
.option = demixing_info_options,
};
@@ -104,7 +102,6 @@ static const AVOption recon_gain_options[] = {
static const AVClass recon_gain_class = {
.class_name = "AVIAMFReconGain",
- .item_name = av_default_item_name,
.version = LIBAVUTIL_VERSION_INT,
.option = recon_gain_options,
};
@@ -145,7 +142,6 @@ static const AVClass *param_definition_child_iterate(void **opaque)
static const AVClass param_definition_class = {
.class_name = "AVIAMFParamDefinition",
- .item_name = av_default_item_name,
.version = LIBAVUTIL_VERSION_INT,
.option = param_definition_options,
.child_class_iterate = param_definition_child_iterate,
@@ -274,7 +270,6 @@ static const AVOption layer_options[] = {
static const AVClass layer_class = {
.class_name = "AVIAMFLayer",
- .item_name = av_default_item_name,
.version = LIBAVUTIL_VERSION_INT,
.option = layer_options,
};
@@ -308,7 +303,6 @@ static const AVClass *audio_element_child_iterate(void **opaque)
static const AVClass audio_element_class = {
.class_name = "AVIAMFAudioElement",
- .item_name = av_default_item_name,
.version = LIBAVUTIL_VERSION_INT,
.option = audio_element_options,
.child_class_iterate = audio_element_child_iterate,
@@ -395,7 +389,6 @@ static const AVClass *submix_element_child_iterate(void **opaque)
static const AVClass element_class = {
.class_name = "AVIAMFSubmixElement",
- .item_name = av_default_item_name,
.version = LIBAVUTIL_VERSION_INT,
.option = submix_element_options,
.child_next = submix_element_child_next,
@@ -425,7 +418,6 @@ static const AVOption submix_layout_options[] = {
static const AVClass layout_class = {
.class_name = "AVIAMFSubmixLayout",
- .item_name = av_default_item_name,
.version = LIBAVUTIL_VERSION_INT,
.option = submix_layout_options,
};
@@ -474,7 +466,6 @@ static const AVClass *submix_presentation_child_iterate(void **opaque)
static const AVClass submix_class = {
.class_name = "AVIAMFSubmix",
- .item_name = av_default_item_name,
.version = LIBAVUTIL_VERSION_INT,
.option = submix_presentation_options,
.child_next = submix_presentation_child_next,
@@ -506,7 +497,6 @@ static const AVClass *mix_presentation_child_iterate(void **opaque)
static const AVClass mix_presentation_class = {
.class_name = "AVIAMFMixPresentation",
- .item_name = av_default_item_name,
.version = LIBAVUTIL_VERSION_INT,
.option = mix_presentation_options,
.child_class_iterate = mix_presentation_child_iterate,
@@ -279,7 +279,6 @@ typedef struct ImgUtils {
static const AVClass imgutils_class = {
.class_name = "IMGUTILS",
- .item_name = av_default_item_name,
.option = NULL,
.version = LIBAVUTIL_VERSION_INT,
.log_level_offset_offset = offsetof(ImgUtils, log_offset),
@@ -77,7 +77,6 @@
*
* static const AVClass test_class = {
* .class_name = "test class",
- * .item_name = av_default_item_name,
* .option = test_options,
* .version = LIBAVUTIL_VERSION_INT,
* };
@@ -131,7 +130,6 @@
* };
* static const AVClass child_class = {
* .class_name = "child class",
- * .item_name = av_default_item_name,
* .option = child_opts,
* .version = LIBAVUTIL_VERSION_INT,
* };
Avoids relocations. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> --- fftools/ffmpeg_mux_init.c | 1 - fftools/ffmpeg_opt.c | 1 - fftools/ffplay_renderer.c | 1 - fftools/opt_common.c | 1 - libavcodec/aacdec_template.c | 1 - libavcodec/aacenc.c | 1 - libavcodec/ac3dec_fixed.c | 1 - libavcodec/ac3dec_float.c | 1 - libavcodec/ac3enc.c | 1 - libavcodec/adpcmenc.c | 1 - libavcodec/alac.c | 1 - libavcodec/alacenc.c | 1 - libavcodec/amfenc_av1.c | 1 - libavcodec/amfenc_h264.c | 1 - libavcodec/amfenc_hevc.c | 1 - libavcodec/apedec.c | 1 - libavcodec/audiotoolboxenc.c | 1 - libavcodec/av1_metadata_bsf.c | 1 - libavcodec/av1dec.c | 1 - libavcodec/cbs_av1.c | 1 - libavcodec/ccaption_dec.c | 1 - libavcodec/cfhdenc.c | 1 - libavcodec/cinepakenc.c | 1 - libavcodec/cljrenc.c | 1 - libavcodec/crystalhd.c | 1 - libavcodec/cuviddec.c | 1 - libavcodec/dcadec.c | 1 - libavcodec/dcaenc.c | 1 - libavcodec/dnxhdenc.c | 1 - libavcodec/dolby_e.c | 1 - libavcodec/dump_extradata_bsf.c | 1 - libavcodec/dv_error_marker_bsf.c | 1 - libavcodec/dvbsubdec.c | 1 - libavcodec/dvdsubdec.c | 1 - libavcodec/dvdsubenc.c | 1 - libavcodec/dvenc.c | 1 - libavcodec/eac3enc.c | 1 - libavcodec/evrcdec.c | 1 - libavcodec/exr.c | 1 - libavcodec/exrenc.c | 1 - libavcodec/extract_extradata_bsf.c | 1 - libavcodec/ffv1enc.c | 1 - libavcodec/fic.c | 1 - libavcodec/filter_units_bsf.c | 1 - libavcodec/fitsdec.c | 1 - libavcodec/flacdec.c | 1 - libavcodec/flacenc.c | 1 - libavcodec/frwu.c | 1 - libavcodec/g722dec.c | 1 - libavcodec/g723_1dec.c | 1 - libavcodec/g726.c | 1 - libavcodec/gif.c | 1 - libavcodec/gifdec.c | 1 - libavcodec/h264_metadata_bsf.c | 1 - libavcodec/h264dec.c | 1 - libavcodec/h265_metadata_bsf.c | 1 - libavcodec/h266_metadata_bsf.c | 1 - libavcodec/hapenc.c | 1 - libavcodec/hapqa_extract_bsf.c | 1 - libavcodec/hevcdec.c | 1 - libavcodec/huffyuvenc.c | 2 -- libavcodec/ituh263enc.c | 2 -- libavcodec/j2kenc.c | 1 - libavcodec/jpeg2000dec.c | 1 - libavcodec/jpeglsenc.c | 1 - libavcodec/libaomenc.c | 1 - libavcodec/libaribb24.c | 1 - libavcodec/libaribcaption.c | 1 - libavcodec/libcodec2.c | 1 - libavcodec/libdav1d.c | 1 - libavcodec/libfdk-aacdec.c | 1 - libavcodec/libfdk-aacenc.c | 1 - libavcodec/libilbc.c | 2 -- libavcodec/libjxlenc.c | 1 - libavcodec/libkvazaar.c | 1 - libavcodec/libmp3lame.c | 1 - libavcodec/libopencore-amr.c | 1 - libavcodec/libopenh264enc.c | 1 - libavcodec/libopenjpegenc.c | 1 - libavcodec/libopusdec.c | 1 - libavcodec/libopusenc.c | 1 - libavcodec/librav1e.c | 1 - libavcodec/librsvgdec.c | 1 - libavcodec/libspeexenc.c | 1 - libavcodec/libsvtav1.c | 1 - libavcodec/libtwolame.c | 1 - libavcodec/libvo-amrwbenc.c | 1 - libavcodec/libvorbisenc.c | 1 - libavcodec/libvpxenc.c | 2 -- libavcodec/libwebpenc_common.c | 1 - libavcodec/libx264.c | 3 --- libavcodec/libx265.c | 1 - libavcodec/libxavs.c | 1 - libavcodec/libxavs2.c | 1 - libavcodec/libxevd.c | 1 - libavcodec/libxeve.c | 1 - libavcodec/libxvid.c | 1 - libavcodec/libzvbi-teletextdec.c | 1 - libavcodec/ljpegenc.c | 1 - libavcodec/magicyuvenc.c | 1 - libavcodec/mediacodec_wrapper.c | 4 ---- libavcodec/mediacodecdec.c | 1 - libavcodec/mediacodecenc.c | 1 - libavcodec/mfenc.c | 1 - libavcodec/mjpegdec.c | 1 - libavcodec/mjpegenc.c | 2 -- libavcodec/mlpdec.c | 2 -- libavcodec/mlpenc.c | 1 - libavcodec/mmaldec.c | 1 - libavcodec/movtextdec.c | 1 - libavcodec/movtextenc.c | 1 - libavcodec/mpeg12enc.c | 1 - libavcodec/mpeg2_metadata_bsf.c | 1 - libavcodec/mpeg4videodec.c | 1 - libavcodec/mpeg4videoenc.c | 1 - libavcodec/mpegvideo_enc.c | 1 - libavcodec/noise_bsf.c | 1 - libavcodec/nvenc_av1.c | 1 - libavcodec/nvenc_h264.c | 1 - libavcodec/nvenc_hevc.c | 1 - libavcodec/omx.c | 2 -- libavcodec/opus_metadata_bsf.c | 1 - libavcodec/opusdec.c | 1 - libavcodec/opusenc.c | 1 - libavcodec/pcm_rechunk_bsf.c | 1 - libavcodec/pgssubdec.c | 1 - libavcodec/photocd.c | 1 - libavcodec/pngenc.c | 1 - libavcodec/prores_metadata_bsf.c | 1 - libavcodec/proresenc_anatoliy.c | 1 - libavcodec/proresenc_kostya.c | 1 - libavcodec/qsvdec.c | 1 - libavcodec/qsvenc_av1.c | 1 - libavcodec/qsvenc_h264.c | 1 - libavcodec/qsvenc_hevc.c | 1 - libavcodec/qsvenc_jpeg.c | 1 - libavcodec/qsvenc_mpeg2.c | 1 - libavcodec/qsvenc_vp9.c | 1 - libavcodec/rasc.c | 1 - libavcodec/remove_extradata_bsf.c | 1 - libavcodec/roqvideoenc.c | 1 - libavcodec/rpzaenc.c | 1 - libavcodec/s302m.c | 1 - libavcodec/sbcenc.c | 1 - libavcodec/setts_bsf.c | 1 - libavcodec/sgienc.c | 1 - libavcodec/snowenc.c | 1 - libavcodec/sunrastenc.c | 1 - libavcodec/svq1enc.c | 1 - libavcodec/targaenc.c | 1 - libavcodec/textdec.c | 1 - libavcodec/tiff.c | 1 - libavcodec/tiffenc.c | 1 - libavcodec/tta.c | 1 - libavcodec/utvideoenc.c | 1 - libavcodec/v210dec.c | 1 - libavcodec/v4l2_m2m_dec.c | 1 - libavcodec/v4l2_m2m_enc.c | 1 - libavcodec/vaapi_encode_av1.c | 1 - libavcodec/vaapi_encode_h264.c | 1 - libavcodec/vaapi_encode_h265.c | 1 - libavcodec/vaapi_encode_mjpeg.c | 1 - libavcodec/vaapi_encode_mpeg2.c | 1 - libavcodec/vaapi_encode_vp8.c | 1 - libavcodec/vaapi_encode_vp9.c | 1 - libavcodec/vbnenc.c | 1 - libavcodec/vc2enc.c | 1 - libavcodec/videotoolboxenc.c | 3 --- libavcodec/vorbis_parser.c | 1 - libavcodec/vp9_metadata_bsf.c | 1 - libavcodec/wavpackenc.c | 1 - libavdevice/alsa_dec.c | 1 - libavdevice/alsa_enc.c | 1 - libavdevice/android_camera.c | 1 - libavdevice/audiotoolbox.m | 1 - libavdevice/avfoundation.m | 1 - libavdevice/bktr.c | 1 - libavdevice/caca.c | 1 - libavdevice/decklink_dec_c.c | 1 - libavdevice/decklink_enc_c.c | 1 - libavdevice/dshow.c | 1 - libavdevice/fbdev_dec.c | 1 - libavdevice/fbdev_enc.c | 1 - libavdevice/gdigrab.c | 1 - libavdevice/iec61883.c | 1 - libavdevice/jack.c | 1 - libavdevice/kmsgrab.c | 1 - libavdevice/lavfi.c | 1 - libavdevice/libcdio.c | 1 - libavdevice/libdc1394.c | 1 - libavdevice/openal-dec.c | 1 - libavdevice/opengl_enc.c | 1 - libavdevice/oss_dec.c | 1 - libavdevice/oss_enc.c | 1 - libavdevice/pulse_audio_dec.c | 1 - libavdevice/pulse_audio_enc.c | 1 - libavdevice/sdl2.c | 1 - libavdevice/sndio_dec.c | 1 - libavdevice/sndio_enc.c | 1 - libavdevice/v4l2.c | 1 - libavdevice/v4l2enc.c | 1 - libavdevice/vfwcap.c | 1 - libavdevice/xcbgrab.c | 1 - libavdevice/xv.c | 1 - libavfilter/af_aresample.c | 1 - libavfilter/avfiltergraph.c | 1 - libavfilter/framesync.h | 1 - libavfilter/internal.h | 1 - libavfilter/stack_internal.c | 1 - libavfilter/vf_bilateral_cuda.c | 1 - libavfilter/vf_bwdif_cuda.c | 1 - libavfilter/vf_bwdif_vulkan.c | 1 - libavfilter/vf_chromakey_cuda.c | 1 - libavfilter/vf_colorspace_cuda.c | 1 - libavfilter/vf_deinterlace_vaapi.c | 1 - libavfilter/vf_hwdownload.c | 1 - libavfilter/vf_scale.c | 1 - libavfilter/vf_scale_cuda.c | 1 - libavfilter/vf_scale_npp.c | 1 - libavfilter/vf_sharpen_npp.c | 1 - libavfilter/vf_spp.c | 1 - libavfilter/vf_transpose_npp.c | 1 - libavfilter/vf_vpp_qsv.c | 1 - libavfilter/vf_yadif.c | 1 - libavfilter/vf_yadif_cuda.c | 1 - libavfilter/vidstabutils.c | 1 - libavformat/aadec.c | 1 - libavformat/ac4enc.c | 1 - libavformat/adtsenc.c | 1 - libavformat/aiffenc.c | 1 - libavformat/alp.c | 1 - libavformat/apngdec.c | 1 - libavformat/apngenc.c | 1 - libavformat/aptxdec.c | 1 - libavformat/aqtitledec.c | 1 - libavformat/argo_asf.c | 1 - libavformat/argo_cvg.c | 1 - libavformat/asfdec_f.c | 1 - libavformat/asfenc.c | 1 - libavformat/assenc.c | 1 - libavformat/astenc.c | 1 - libavformat/async.c | 2 -- libavformat/av1dec.c | 1 - libavformat/avidec.c | 1 - libavformat/avienc.c | 1 - libavformat/aviobuf.c | 1 - libavformat/avisynth.c | 1 - libavformat/bintext.c | 1 - libavformat/bluray.c | 1 - libavformat/cache.c | 1 - libavformat/cdxl.c | 1 - libavformat/chromaprint.c | 1 - libavformat/codec2.c | 2 -- libavformat/concatdec.c | 1 - libavformat/crypto.c | 1 - libavformat/dashdec.c | 1 - libavformat/dashenc.c | 1 - libavformat/dfpwmdec.c | 1 - libavformat/electronicarts.c | 1 - libavformat/evcdec.c | 1 - libavformat/fifo.c | 1 - libavformat/fifo_test.c | 1 - libavformat/file.c | 3 --- libavformat/fitsdec.c | 1 - libavformat/flacenc.c | 1 - libavformat/flvdec.c | 1 - libavformat/flvenc.c | 1 - libavformat/ftp.c | 1 - libavformat/g726.c | 1 - libavformat/g729dec.c | 1 - libavformat/gif.c | 1 - libavformat/gifdec.c | 1 - libavformat/gsmdec.c | 1 - libavformat/hashenc.c | 4 ---- libavformat/hca.c | 1 - libavformat/hdsenc.c | 1 - libavformat/hls.c | 1 - libavformat/hlsenc.c | 1 - libavformat/http.c | 1 - libavformat/icecast.c | 1 - libavformat/imfdec.c | 1 - libavformat/img2_alias_pix.c | 1 - libavformat/img2_brender_pix.c | 1 - libavformat/img2dec.c | 2 -- libavformat/img2enc.c | 1 - libavformat/ipfsgateway.c | 1 - libavformat/latmenc.c | 1 - libavformat/libamqp.c | 1 - libavformat/libgme.c | 1 - libavformat/libmodplug.c | 1 - libavformat/libopenmpt.c | 1 - libavformat/librist.c | 1 - libavformat/librtmp.c | 1 - libavformat/libsmbclient.c | 1 - libavformat/libsrt.c | 1 - libavformat/libssh.c | 1 - libavformat/libzmq.c | 1 - libavformat/matroskadec.c | 1 - libavformat/matroskaenc.c | 1 - libavformat/microdvddec.c | 1 - libavformat/mov.c | 1 - libavformat/movenc.c | 2 -- libavformat/mp3dec.c | 1 - libavformat/mp3enc.c | 1 - libavformat/mpeg.c | 1 - libavformat/mpegenc.c | 1 - libavformat/mpegts.c | 2 -- libavformat/mpegtsenc.c | 1 - libavformat/mpjpeg.c | 1 - libavformat/mpjpegdec.c | 1 - libavformat/mxfdec.c | 1 - libavformat/mxfenc.c | 3 --- libavformat/nutenc.c | 1 - libavformat/oggenc.c | 1 - libavformat/options.c | 2 -- libavformat/pcmdec.c | 2 -- libavformat/prompeg.c | 1 - libavformat/rawdec.c | 2 -- libavformat/rawvideodec.c | 3 --- libavformat/rtmpcrypt.c | 1 - libavformat/rtmphttp.c | 1 - libavformat/rtmpproto.c | 1 - libavformat/rtpenc.c | 1 - libavformat/rtpenc_mpegts.c | 1 - libavformat/rtpproto.c | 1 - libavformat/rtsp.c | 2 -- libavformat/rtspdec.c | 1 - libavformat/rtspenc.c | 1 - libavformat/sbgdec.c | 1 - libavformat/sctp.c | 1 - libavformat/segment.c | 1 - libavformat/serdec.c | 1 - libavformat/smoothstreamingenc.c | 1 - libavformat/spdifenc.c | 1 - libavformat/srtpproto.c | 1 - libavformat/subfile.c | 1 - libavformat/tcp.c | 1 - libavformat/tedcaptionsdec.c | 1 - libavformat/tee.c | 1 - libavformat/tls_gnutls.c | 1 - libavformat/tls_libtls.c | 1 - libavformat/tls_mbedtls.c | 1 - libavformat/tls_openssl.c | 1 - libavformat/tls_schannel.c | 1 - libavformat/tls_securetransport.c | 1 - libavformat/tty.c | 1 - libavformat/udp.c | 2 -- libavformat/unix.c | 1 - libavformat/vapoursynth.c | 1 - libavformat/wavdec.c | 2 -- libavformat/wavenc.c | 1 - libavformat/webm_chunk.c | 1 - libavformat/webmdashenc.c | 1 - libavformat/webpenc.c | 1 - libavformat/webvttdec.c | 1 - libavutil/cpu.c | 1 - libavutil/eval.c | 1 - libavutil/file.c | 1 - libavutil/file_open.c | 1 - libavutil/hwcontext.c | 2 -- libavutil/iamf.c | 10 ---------- libavutil/imgutils.c | 1 - libavutil/opt.h | 2 -- 363 files changed, 408 deletions(-)