diff dsputil.h @ 6486:3f96dc62c4b9 libavcodec

misc spelling fixes
author diego
date Mon, 10 Mar 2008 18:42:09 +0000
parents 208074826b34
children ecbe9565dcae
line wrap: on
line diff
--- a/dsputil.h	Mon Mar 10 17:54:24 2008 +0000
+++ b/dsputil.h	Mon Mar 10 18:42:09 2008 +0000
@@ -93,11 +93,14 @@
               int dxx, int dxy, int dyx, int dyy, int shift, int r, int width, int height);
 
 /* minimum alignment rules ;)
-if u notice errors in the align stuff, need more alignment for some asm code for some cpu
-or need to use a function with less aligned data then send a mail to the ffmpeg-dev list, ...
+If you notice errors in the align stuff, need more alignment for some ASM code
+for some CPU or need to use a function with less aligned data then send a mail
+to the ffmpeg-devel mailing list, ...
 
-!warning these alignments might not match reallity, (missing attribute((align)) stuff somewhere possible)
-i (michael) didnt check them, these are just the alignents which i think could be reached easily ...
+!warning These alignments might not match reality, (missing attribute((align))
+stuff somewhere possible).
+I (Michael) did not check them, these are just the alignments which i think
+could be reached easily ...
 
 !future video codecs might need functions with less strict alignment
 */