[FFmpeg-cvslog] swr/aarch64: add missing ret to ff_resample_common_apply_filter_x8_float_neon

Matthieu Bouron git at videolan.org
Thu Feb 16 11:53:07 EET 2017


ffmpeg | branch: master | Matthieu Bouron <matthieu.bouron at gmail.com> | Thu Feb 16 11:50:58 2017 +0100| [5ef2f4f39480dc5caa5e5c9ad19eb49ea0a08e35] | committer: Matthieu Bouron

swr/aarch64: add missing ret to ff_resample_common_apply_filter_x8_float_neon

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5ef2f4f39480dc5caa5e5c9ad19eb49ea0a08e35
---

 libswresample/aarch64/resample.S | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libswresample/aarch64/resample.S b/libswresample/aarch64/resample.S
index b3b1bb9..bbad619 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



More information about the ffmpeg-cvslog mailing list