]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/libopencore-amr.c
qsv: Load the hw hevc plugin by default on Linux
[ffmpeg] / libavcodec / libopencore-amr.c
index 27ab7d202fbe50355e4b9bab259a7f45b4698811..8200f6719c6478125c245ea2fc4358c90b91ec1d 100644 (file)
@@ -184,7 +184,10 @@ static const AVOption options[] = {
 };
 
 static const AVClass 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)