]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/af_asetrate.c
Merge commit 'b420a27e74750b60d2e064236afb10be06a38ace'
[ffmpeg] / libavfilter / af_asetrate.c
index 66febd71ba6e9ad42627f2f32ef80201f6570f12..50a5f437499e434b961e930c75b850e6f890fe92 100644 (file)
@@ -22,7 +22,7 @@
 #include "avfilter.h"
 #include "internal.h"
 
-typedef struct {
+typedef struct ASetRateContext {
     const AVClass *class;
     int sample_rate;
     int rescale_pts;