summaryrefslogtreecommitdiff
path: root/libavfilter/af_volume.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/af_volume.h')
-rw-r--r--libavfilter/af_volume.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavfilter/af_volume.h b/libavfilter/af_volume.h
index dec8767f88..a1883ed2b9 100644
--- a/libavfilter/af_volume.h
+++ b/libavfilter/af_volume.h
@@ -50,4 +50,6 @@ typedef struct VolumeContext {
int samples_align;
} VolumeContext;
+void ff_volume_init_x86(VolumeContext *vol);
+
#endif /* AVFILTER_AF_VOLUME_H */