[FFmpeg-devel] [PATCH 7/7] avfilter/af_aphaser: Change type to int as its accessed as int via AVOptions

Michael Niedermayer michaelni at gmx.at
Mon Feb 2 23:22:15 CET 2015


Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
---
 libavfilter/af_aphaser.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavfilter/af_aphaser.c b/libavfilter/af_aphaser.c
index 9d8f696..708b568 100644
--- a/libavfilter/af_aphaser.c
+++ b/libavfilter/af_aphaser.c
@@ -37,7 +37,7 @@ typedef struct AudioPhaserContext {
     double decay;
     double speed;
 
-    enum WaveType type;
+    int type;
 
     int delay_buffer_length;
     double *delay_buffer;
-- 
1.7.9.5



More information about the ffmpeg-devel mailing list