]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/flacenc.c
Merge commit '705f5e5e155f6f280a360af220fc5b30cfcee702'
[ffmpeg] / libavcodec / flacenc.c
index b3833fafee28aeb4284c179fe1f7b663dd76f5a5..5db043ad8befd35f0b0f5308d32ec1411b96d3a6 100644 (file)
@@ -1468,10 +1468,10 @@ static const AVOption options[] = {
 };
 
 static const AVClass flac_encoder_class = {
-    "FLAC encoder",
-    av_default_item_name,
-    options,
-    LIBAVUTIL_VERSION_INT,
+    .class_name = "FLAC encoder",
+    .item_name  = av_default_item_name,
+    .option     = options,
+    .version    = LIBAVUTIL_VERSION_INT,
 };
 
 AVCodec ff_flac_encoder = {