]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Rephrase a paragraph for ease of understanding, suggested by Mans.
authordiego <diego@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sun, 12 Jun 2005 16:11:40 +0000 (16:11 +0000)
committerdiego <diego@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sun, 12 Jun 2005 16:11:40 +0000 (16:11 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4379 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

doc/optimization.txt

index ac249769304ed91146dfb648e0ced0d8f5f47fad..011e9e4f0f8dd40c3e94ce5896dde3862aa29091 100644 (file)
@@ -10,15 +10,15 @@ stuff in the i386 directory or find some other functions in the C source to
 optimize, but there aren't many left.
 
 Understanding these overoptimized functions:
-As many functions, like the C ones tend to be a bit unreadable currently
-because of optimizations it is difficult to understand them (and write
-architecture specific versions, or optimize the C functions further) it is
-recommended to look at older CVS versions of the interesting files (just use
-ViewCVS at http://www1.mplayerhq.hu/cgi-bin/cvsweb.cgi/ffmpeg/?cvsroot=FFMpeg).
-Alternatively, look into the other architecture-specific versions in the i386/,
-ppc/, alpha/ subdirectories. Even if you don't exactly understand the
-instructions, it could help understanding the functions and how they
-can be optimized.
+As many functions tend to be a bit difficult to understand because
+of optimizations, it can be hard to optimize them further, or write
+architecture-specific versions. It is recommened to look at older
+CVS versions of the interesting files (just use ViewCVS at
+http://www1.mplayerhq.hu/cgi-bin/cvsweb.cgi/ffmpeg/?cvsroot=FFMpeg).
+Alternatively, look into the other architecture-specific versions in
+the i386/, ppc/, alpha/ subdirectories. Even if you don't exactly
+comprehend the instructions, it could help understanding the functions
+and how they can be optimized.
 
 NOTE: If you still don't understand some function, ask at our mailing list!!!
 (http://www1.mplayerhq.hu/mailman/listinfo/ffmpeg-devel)