]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/libopencore-amr.c
Merge commit 'a58873b11198d04670b7f98f5a8a749d742db7c5'
[ffmpeg] / libavcodec / libopencore-amr.c
index 8545ffe1096f4596c7451dcc5783b9c7c768bb08..d509804315252030d8647031afa10a077df0fb73 100644 (file)
@@ -183,7 +183,10 @@ static const AVOption options[] = {
 };
 
 static const AVClass amrnb_class = {
-    "libopencore_amrnb", av_default_item_name, options, LIBAVUTIL_VERSION_INT
+    .class_name = "libopencore_amrnb",
+    .item_name  = av_default_item_name,
+    .option     = options,
+    .version    = LIBAVUTIL_VERSION_INT,
 };
 
 static av_cold int amr_nb_encode_init(AVCodecContext *avctx)