]> git.sesse.net Git - ffmpeg/blobdiff - libswscale/options.c
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libswscale / options.c
index ade9888d354fb0dee82a1f2a5f0d6f7248e9a8c1..a396a58f40fd764a140df7229f0038bfb079dfa5 100644 (file)
@@ -66,7 +66,11 @@ static const AVOption options[] = {
     { NULL }
 };
 
-const AVClass sws_context_class = { "SWScaler", sws_context_to_name, options };
+const AVClass sws_context_class = {
+    .class_name = "SWScaler",
+    .item_name  = sws_context_to_name,
+    .option     = options,
+};
 
 const AVClass *sws_get_class(void)
 {