[FFmpeg-cvslog] avutil/float_dsp: Remove use of deprecated av_set_cpu_flags_mask()
Michael Niedermayer
git at videolan.org
Fri Aug 7 23:06:46 CEST 2015
ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Fri Aug 7 14:35:32 2015 +0200| [7d3aa2ca63c2bb540d18fc16e24586f377dc2044] | committer: Michael Niedermayer
avutil/float_dsp: Remove use of deprecated av_set_cpu_flags_mask()
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7d3aa2ca63c2bb540d18fc16e24586f377dc2044
---
libavutil/float_dsp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavutil/float_dsp.c b/libavutil/float_dsp.c
index 467d7a7..337708e 100644
--- a/libavutil/float_dsp.c
+++ b/libavutil/float_dsp.c
@@ -431,7 +431,7 @@ int main(int argc, char **argv)
fill_double_array(&lfg, dbl_src1, LEN);
avpriv_float_dsp_init(&fdsp, 1);
- av_set_cpu_flags_mask(0);
+ av_force_cpu_flags(0);
avpriv_float_dsp_init(&cdsp, 1);
if (test_vector_fmul(&fdsp, &cdsp, src0, src1))
More information about the ffmpeg-cvslog
mailing list