Ticket #1540: ilibc.patch
| File ilibc.patch, 457 bytes (added by , 14 years ago) |
|---|
-
libavcodec/libilbc.c
diff --git a/libavcodec/libilbc.c b/libavcodec/libilbc.c index b6e8b3a..afdbaf0 100644
a b static const AVClass ilbc_dec_class = { 53 53 .class_name = "libilbc", 54 54 .item_name = av_default_item_name, 55 55 .option = ilbc_dec_options, 56 .version = LIBAVUTIL_VERSION_INT .56 .version = LIBAVUTIL_VERSION_INT, 57 57 }; 58 58 59 59 static av_cold int ilbc_decode_init(AVCodecContext *avctx)
