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
dca: add emms_c after usage of AV_COPY128
Similar to AV_ZERO128, AV_COPY128 can use MMX instructions in x86
tags/n3.0
Hendrik Leppkes
10 years ago
parent
0b1972d409
commit
5fc310f7ca
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
libavcodec/dca_core.c
+ 4
- 0
libavcodec/dca_core.c
View File
@@ -992,6 +992,8 @@ static int parse_frame_data(DCACoreDecoder *s, enum HeaderType header, int xch_b
}
}
emms_c();
return 0;
}
@@ -1668,6 +1670,8 @@ static int parse_x96_frame_data(DCACoreDecoder *s, int exss, int xch_base)
}
}
emms_c();
return 0;
}
Write
Preview
Loading…
Cancel
Save