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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/avf_showwaves.c b/libavfilter/avf_showwaves.c
index aadc5c1c2a..0866967984 100644
--- a/libavfilter/avf_showwaves.c
+++ b/libavfilter/avf_showwaves.c
@@ -55,7 +55,7 @@ struct frame_node {
struct frame_node *next;
};
-typedef struct {
+typedef struct ShowWavesContext {
const AVClass *class;
int w, h;
AVRational rate;