]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/af_aformat.c
lavfi: add showwaves filter
[ffmpeg] / libavfilter / af_aformat.c
index cdd5d12d9c640a9a216f1877420ba19899c17e11..afe613bdd6d884ece0e749cc2601deff991c166e 100644 (file)
@@ -54,11 +54,11 @@ static const AVOption options[] = {
 };
 
 static const AVClass aformat_class = {
-    .class_name = "aformat filter",
+    .class_name = "aformat",
     .item_name  = av_default_item_name,
     .option     = options,
     .version    = LIBAVUTIL_VERSION_INT,
-    .category = AV_CLASS_CATEGORY_FILTER,
+    .category   = AV_CLASS_CATEGORY_FILTER,
 };
 
 #define PARSE_FORMATS(str, type, list, add_to_list, get_fmt, none, desc)    \