summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavcodec/libilbc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/libilbc.c b/libavcodec/libilbc.c
index b6e8b3a5de..afdbaf0ebc 100644
--- a/libavcodec/libilbc.c
+++ b/libavcodec/libilbc.c
@@ -53,7 +53,7 @@ static const AVClass ilbc_dec_class = {
.class_name = "libilbc",
.item_name = av_default_item_name,
.option = ilbc_dec_options,
- .version = LIBAVUTIL_VERSION_INT.
+ .version = LIBAVUTIL_VERSION_INT,
};
static av_cold int ilbc_decode_init(AVCodecContext *avctx)