diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2012-09-23 14:49:26 -0400 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2012-12-05 11:23:37 -0500 |
commit | f96f1e06a47ebd124dd0b1369f3fdd0f8f25d773 (patch) | |
tree | 409a426308dbda9188acbdaabd446b11aedf3204 /libavfilter/af_volume.h | |
parent | b384e031daeb1ac612620985e3e5377bc587559c (diff) | |
download | ffmpeg-f96f1e06a47ebd124dd0b1369f3fdd0f8f25d773.tar.gz |
x86: af_volume: add SSE2-optimized s16 volume scaling
Diffstat (limited to 'libavfilter/af_volume.h')
-rw-r--r-- | libavfilter/af_volume.h | 2 |
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 */ |