diff options
author | chinshou <chinshou1976@gmail.com> | 2012-07-17 08:53:36 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2012-07-17 08:53:36 +0200 |
commit | 81dd908c6e2982c419b4690e4c4839cbc16344fa (patch) | |
tree | 965b84c66c75917110a4cd8cfe8bac160ec966f2 /libavcodec/libilbc.c | |
parent | 7f5fae1e484c390af0735f3864c6af7735eb81b6 (diff) | |
download | ffmpeg-81dd908c6e2982c419b4690e4c4839cbc16344fa.tar.gz |
Fix libilbc compilation.
Fixes ticket #1540
Diffstat (limited to 'libavcodec/libilbc.c')
-rw-r--r-- | libavcodec/libilbc.c | 2 |
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) |