]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/libvo-amrwbenc.c
Merge commit 'a58873b11198d04670b7f98f5a8a749d742db7c5'
[ffmpeg] / libavcodec / libvo-amrwbenc.c
index 2a15650572d948de770bd42ec4111388aa59567e..f7569408796be87de8427aeda0367ae5a0a5e173 100644 (file)
@@ -46,7 +46,10 @@ static const AVOption options[] = {
 };
 
 static const AVClass amrwb_class = {
-    "libvo_amrwbenc", av_default_item_name, options, LIBAVUTIL_VERSION_INT
+    .class_name = "libvo_amrwbenc",
+    .item_name  = av_default_item_name,
+    .option     = options,
+    .version    = LIBAVUTIL_VERSION_INT,
 };
 
 static int get_wb_bitrate_mode(int bitrate, void *log_ctx)