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
Don't set mm_flags in fft-test, since it doesn't do anything anyway.
Originally committed as revision 13968 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Alexander Strange
17 years ago
parent
dafe882457
commit
ff558537f0
1 changed files
with
0 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-4
libavcodec/fft-test.c
+ 0
- 4
libavcodec/fft-test.c
View File
@@ -186,10 +186,6 @@ int main(int argc, char **argv)
MDCTContext m1, *m = &m1;
int fft_nbits, fft_size;
#ifndef mm_flags
mm_flags = 0;
#endif
fft_nbits = 9;
for(;;) {
c = getopt(argc, argv, "hsimn:");
Write
Preview
Loading…
Cancel
Save