summaryrefslogtreecommitdiff
path: root/libavfilter/avf_showwaves.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/avf_showwaves.c')
-rw-r--r--libavfilter/avf_showwaves.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/libavfilter/avf_showwaves.c b/libavfilter/avf_showwaves.c
index 319f832c64..645065f33d 100644
--- a/libavfilter/avf_showwaves.c
+++ b/libavfilter/avf_showwaves.c
@@ -30,6 +30,7 @@
#include "formats.h"
#include "audio.h"
#include "video.h"
+#include "internal.h"
typedef struct {
const AVClass *class;
@@ -54,13 +55,7 @@ static const AVOption showwaves_options[] = {
{ NULL },
};
-static const AVClass showwaves_class = {
- .class_name = "showwaves",
- .item_name = av_default_item_name,
- .option = showwaves_options,
- .version = LIBAVUTIL_VERSION_INT,
- .category = AV_CLASS_CATEGORY_FILTER,
-};
+AVFILTER_DEFINE_CLASS(showwaves);
static av_cold int init(AVFilterContext *ctx, const char *args, void *opaque)
{