]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ac3enc_fixed.c
alacdec: fix packed sample output with 5.1
[ffmpeg] / libavcodec / ac3enc_fixed.c
index 689f822981f672185f7fa9b5514084162913e65c..399b238800cb1ff09dbbc4a32550b239fb7b9654 100644 (file)
 
 #define AC3ENC_TYPE AC3ENC_TYPE_AC3_FIXED
 #include "ac3enc_opts_template.c"
-static const AVClass ac3enc_class = { "Fixed-Point AC-3 Encoder", av_default_item_name,
-                                      ac3fixed_options, LIBAVUTIL_VERSION_INT };
+
+static const AVClass ac3enc_class = {
+    .class_name = "Fixed-Point AC-3 Encoder",
+    .item_name  = av_default_item_name,
+    .option     = ac3fixed_options,
+    .version    = LIBAVUTIL_VERSION_INT,
+};
 
 #include "ac3enc_template.c"