From f96f1e06a47ebd124dd0b1369f3fdd0f8f25d773 Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Sun, 23 Sep 2012 14:49:26 -0400 Subject: x86: af_volume: add SSE2-optimized s16 volume scaling --- libavfilter/af_volume.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavfilter/af_volume.h') 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 */ -- cgit v1.2.3