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
Fix typo (instruciton -> instruction).
Originally committed as revision 25157 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Ronald S. Bultje
14 years ago
parent
392c99007f
commit
9c193cc47c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
doc/optimization.txt
+ 1
- 1
doc/optimization.txt
View File
@@ -157,7 +157,7 @@ Use asm loops like:
__asm__(
"1: ....
...
"jump_instruc
i
ton ....
"jump_instruct
i
on ....
Do not use C loops:
do{
__asm__(
Write
Preview
Loading…
Cancel
Save