Advertisement
Guest User

Untitled

a guest
Mar 20th, 2012
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. diff --git a/libavcodec/x86/sbrdsp_init.c b/libavcodec/x86/sbrdsp_init.c
  2. index 0ffe5b9..475aa1e 100644
  3. --- a/libavcodec/x86/sbrdsp_init.c
  4. +++ b/libavcodec/x86/sbrdsp_init.c
  5. @@ -33,7 +33,7 @@ void ff_sbrdsp_init_x86(SBRDSPContext *s)
  6. int mm_flags = av_get_cpu_flags();
  7.  
  8. if (mm_flags & AV_CPU_FLAG_SSE) {
  9. - s->sum_square = ff_sbr_sum_square_sse;
  10. +/* s->sum_square = ff_sbr_sum_square_sse;*/
  11. s->hf_g_filt = ff_sbr_hf_g_filt_sse;
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement