Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2018-04-20 00:44:13 +0300
committerMichael Niedermayer <michael@niedermayer.cc>2018-04-20 00:44:13 +0300
commitc0bce367e4932f0fb09195e6978ac1a5a60480a4 (patch)
tree71e37103174fbc9104c61e1d8a9ade2a628af587 /libavcodec/hapqa_extract_bsf.c
parent3dfe3436ac78607d7baf6f1f7f48691343d9d929 (diff)
avcodec: Fix AVClass .version
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/hapqa_extract_bsf.c')
-rw-r--r--libavcodec/hapqa_extract_bsf.c2
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 = {