]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/avf_showwaves.c
ops_pvq_search: remove dead macro
[ffmpeg] / libavfilter / avf_showwaves.c
index aadc5c1c2a07af2eb9d9536545c113f7e86ff141..086696798467368ef510a922eb66779f5d018d00 100644 (file)
@@ -55,7 +55,7 @@ struct frame_node {
     struct frame_node *next;
 };
 
-typedef struct {
+typedef struct ShowWavesContext {
     const AVClass *class;
     int w, h;
     AVRational rate;