]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/aacenc.c
vc2enc_dwt: pad the temporary buffer by the slice size
[ffmpeg] / libavcodec / aacenc.c
index 11da260742b09695ce4f7e114b719ebc4f592b80..3efcbda4038c165d7809147ce763c3b283c3a260 100644 (file)
@@ -1066,10 +1066,10 @@ static const AVOption aacenc_options[] = {
 };
 
 static const AVClass aacenc_class = {
-    "AAC encoder",
-    av_default_item_name,
-    aacenc_options,
-    LIBAVUTIL_VERSION_INT,
+    .class_name = "AAC encoder",
+    .item_name  = av_default_item_name,
+    .option     = aacenc_options,
+    .version    = LIBAVUTIL_VERSION_INT,
 };
 
 static const AVCodecDefault aac_encode_defaults[] = {