Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>tags/n4.1
@@ -93,7 +93,7 @@ static const AVClass dump_extradata_class = { | |||||
.class_name = "dump_extradata bsf", | .class_name = "dump_extradata bsf", | ||||
.item_name = av_default_item_name, | .item_name = av_default_item_name, | ||||
.option = options, | .option = options, | ||||
.version = LIBAVUTIL_VERSION_MAJOR, | |||||
.version = LIBAVUTIL_VERSION_INT, | |||||
}; | }; | ||||
const AVBitStreamFilter ff_dump_extradata_bsf = { | const AVBitStreamFilter ff_dump_extradata_bsf = { | ||||
@@ -122,7 +122,7 @@ static const AVClass hapqa_extract_class = { | |||||
.class_name = "hapqa_extract_bsf", | .class_name = "hapqa_extract_bsf", | ||||
.item_name = av_default_item_name, | .item_name = av_default_item_name, | ||||
.option = options, | .option = options, | ||||
.version = LIBAVUTIL_VERSION_MAJOR, | |||||
.version = LIBAVUTIL_VERSION_INT, | |||||
}; | }; | ||||
const AVBitStreamFilter ff_hapqa_extract_bsf = { | const AVBitStreamFilter ff_hapqa_extract_bsf = { | ||||
@@ -156,7 +156,7 @@ static const struct FFJniField jni_amediaformat_mapping[] = { | |||||
static const AVClass amediaformat_class = { | static const AVClass amediaformat_class = { | ||||
.class_name = "amediaformat", | .class_name = "amediaformat", | ||||
.item_name = av_default_item_name, | .item_name = av_default_item_name, | ||||
.version = LIBAVCODEC_VERSION_INT, | |||||
.version = LIBAVUTIL_VERSION_INT, | |||||
}; | }; | ||||
struct FFAMediaFormat { | struct FFAMediaFormat { | ||||
@@ -268,7 +268,7 @@ static const struct FFJniField jni_amediacodec_mapping[] = { | |||||
static const AVClass amediacodec_class = { | static const AVClass amediacodec_class = { | ||||
.class_name = "amediacodec", | .class_name = "amediacodec", | ||||
.item_name = av_default_item_name, | .item_name = av_default_item_name, | ||||
.version = LIBAVCODEC_VERSION_INT, | |||||
.version = LIBAVUTIL_VERSION_INT, | |||||
}; | }; | ||||
struct FFAMediaCodec { | struct FFAMediaCodec { | ||||