summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpeg2_metadata_bsf.c
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-11-11 01:46:01 -0300
committerJames Almer <jamrial@gmail.com>2017-11-12 12:49:37 -0300
commita7e7abf8495f1d5eb2fea43b3603b13fa221553c (patch)
tree6be7a53769cc757d867ef4c7627885143b07f0ff /libavcodec/mpeg2_metadata_bsf.c
parent9549f22bf88dfe622760f0416a29482ba91d5423 (diff)
downloadffmpeg-streaming-a7e7abf8495f1d5eb2fea43b3603b13fa221553c.zip
ffmpeg-streaming-a7e7abf8495f1d5eb2fea43b3603b13fa221553c.tar.gz
avcodec/mpeg2_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>
Diffstat (limited to 'libavcodec/mpeg2_metadata_bsf.c')
-rw-r--r--libavcodec/mpeg2_metadata_bsf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mpeg2_metadata_bsf.c b/libavcodec/mpeg2_metadata_bsf.c
index f1f84e6..b9a49ab 100644
--- a/libavcodec/mpeg2_metadata_bsf.c
+++ b/libavcodec/mpeg2_metadata_bsf.c
@@ -294,7 +294,7 @@ static const AVClass mpeg2_metadata_class = {
.class_name = "mpeg2_metadata_bsf",
.item_name = av_default_item_name,
.option = mpeg2_metadata_options,
- .version = LIBAVCODEC_VERSION_MAJOR,
+ .version = LIBAVUTIL_VERSION_INT,
};
static const enum AVCodecID mpeg2_metadata_codec_ids[] = {
OpenPOWER on IntegriCloud