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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Bouron <matthieu.bouron@gmail.com>2017-02-16 13:50:58 +0300
committerMatthieu Bouron <matthieu.bouron@gmail.com>2017-02-16 13:52:32 +0300
commit5ef2f4f39480dc5caa5e5c9ad19eb49ea0a08e35 (patch)
treef3e4271f7cd4898765ac5729e7916e8b8cabeeef /libswresample
parentad1d0a1a06c884626f34a3ce68b7da6a1e92fa0a (diff)
swr/aarch64: add missing ret to ff_resample_common_apply_filter_x8_float_neon
Diffstat (limited to 'libswresample')
-rw-r--r--libswresample/aarch64/resample.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/libswresample/aarch64/resample.S b/libswresample/aarch64/resample.S
index b3b1bb9fe1..bbad619a81 100644
--- a/libswresample/aarch64/resample.S
+++ b/libswresample/aarch64/resample.S
@@ -46,6 +46,7 @@ function ff_resample_common_apply_filter_x8_float_neon, export=1
faddp v0.4S, v0.4S, v0.4S // pair adding of the 4x32-bit accumulated values
faddp v0.4S, v0.4S, v0.4S // pair adding of the 4x32-bit accumulated values
st1 {v0.S}[0], [x0], #4 // write accumulator
+ ret
endfunc
function ff_resample_common_apply_filter_x4_s16_neon, export=1