Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/af_volume_justin.c')
-rw-r--r--libavfilter/af_volume_justin.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavfilter/af_volume_justin.c b/libavfilter/af_volume_justin.c
index 1d7c219298..4162cb9c7f 100644
--- a/libavfilter/af_volume_justin.c
+++ b/libavfilter/af_volume_justin.c
@@ -213,6 +213,9 @@ static void volume_init(VolumeContext *vol)
vol->samples_align = 8;
break;
}
+
+ if (ARCH_X86)
+ ff_volume_init_x86(vol);
}
static int config_output(AVFilterLink *outlink)