This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
swr/resample: mark mm_flags as potentially unused
They are unused when asm is disabled Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.0
Michael Niedermayer
12 years ago
parent
bd3977267e
commit
9d89d1d484
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libswresample/resample.c
+ 1
- 1
libswresample/resample.c
View File
@@ -419,7 +419,7 @@ int swr_set_compensation(struct SwrContext *s, int sample_delta, int compensatio
int swri_multiple_resample(ResampleContext *c, AudioData *dst, int dst_size, AudioData *src, int src_size, int *consumed){
int swri_multiple_resample(ResampleContext *c, AudioData *dst, int dst_size, AudioData *src, int src_size, int *consumed){
int i, ret= -1;
int i, ret= -1;
int mm_flags = av_get_cpu_flags();
int
av_unused
mm_flags = av_get_cpu_flags();
int need_emms= 0;
int need_emms= 0;
for(i=0; i<dst->ch_count; i++){
for(i=0; i<dst->ch_count; i++){
Write
Preview
Loading…
Cancel
Save