diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2018-04-19 23:44:13 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2018-04-20 01:53:41 +0200 |
commit | 5cc6370a1501ea6dbad13be0f4aa181fdb5c6660 (patch) | |
tree | 08ca4401e1bcd51ea1babb32247c7b44166af0c1 /libavcodec/hapqa_extract_bsf.c | |
parent | 8b019be79b6b32aa664ca042eb8cbd226b6433fe (diff) | |
download | ffmpeg-5cc6370a1501ea6dbad13be0f4aa181fdb5c6660.tar.gz |
avcodec: Fix AVClass .version
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
(cherry picked from commit c0bce367e4932f0fb09195e6978ac1a5a60480a4)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/hapqa_extract_bsf.c')
-rw-r--r-- | libavcodec/hapqa_extract_bsf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/hapqa_extract_bsf.c b/libavcodec/hapqa_extract_bsf.c index 167d22d06e..5c22184813 100644 --- a/libavcodec/hapqa_extract_bsf.c +++ b/libavcodec/hapqa_extract_bsf.c @@ -122,7 +122,7 @@ static const AVClass hapqa_extract_class = { .class_name = "hapqa_extract_bsf", .item_name = av_default_item_name, .option = options, - .version = LIBAVUTIL_VERSION_MAJOR, + .version = LIBAVUTIL_VERSION_INT, }; const AVBitStreamFilter ff_hapqa_extract_bsf = { |