X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Favf_showwaves.c;h=086696798467368ef510a922eb66779f5d018d00;hb=8e53cd1fab86b8774f0b5b0f186d8e0cd9c1895b;hp=aadc5c1c2a07af2eb9d9536545c113f7e86ff141;hpb=d168fe14e949b100f9552198339502331405d8ad;p=ffmpeg diff --git a/libavfilter/avf_showwaves.c b/libavfilter/avf_showwaves.c index aadc5c1c2a0..08669679846 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;