]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/libvorbisenc.c
atrac3: switch to av_assert
[ffmpeg] / libavcodec / libvorbisenc.c
index 7422a35b182ed1d8a9e7e807468ce3913a6691b2..973b3d29c960dfbef32050a699687b4564267a2c 100644 (file)
@@ -65,8 +65,12 @@ static const AVCodecDefault defaults[] = {
     { NULL },
 };
 
-static const AVClass class = { "libvorbis", av_default_item_name, options, LIBAVUTIL_VERSION_INT };
-
+static const AVClass class = {
+    .class_name = "libvorbis",
+    .item_name  = av_default_item_name,
+    .option     = options,
+    .version    = LIBAVUTIL_VERSION_INT,
+};
 
 static int vorbis_error_to_averror(int ov_err)
 {