mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
avcodec/h265_metadata_bsf: fix the AVClass version number
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Reviewed-by: jkqxz Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
9a6e4c88d6
commit
9549f22bf8
@ -440,7 +440,7 @@ static const AVClass h265_metadata_class = {
|
||||
.class_name = "h265_metadata_bsf",
|
||||
.item_name = av_default_item_name,
|
||||
.option = h265_metadata_options,
|
||||
.version = LIBAVCODEC_VERSION_MAJOR,
|
||||
.version = LIBAVUTIL_VERSION_INT,
|
||||
};
|
||||
|
||||
static const enum AVCodecID h265_metadata_codec_ids[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user