diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-03-12 23:58:46 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-03-12 23:58:46 +0000 |
commit | 2cab640129cad86f376f5bd62dbf345b3d36ec7c (patch) | |
tree | 35c90a0be098a90780929de36ed81e23c8962cfe /libavutil/mem.c | |
parent | 88a7a2dc6c2e8f7ad79afeeeab78cac033b1f4ca (diff) | |
download | ffmpeg-2cab640129cad86f376f5bd62dbf345b3d36ec7c.tar.gz |
typo fixes
Originally committed as revision 12428 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/mem.c')
-rw-r--r-- | libavutil/mem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/mem.c b/libavutil/mem.c index 436f846458..033fcd5fe7 100644 --- a/libavutil/mem.c +++ b/libavutil/mem.c @@ -72,7 +72,7 @@ void *av_malloc(unsigned int size) Because some CPUs need alignment, for example SSE2 on P4, & most RISC CPUs it will just trigger an exception and the unaligned load will be done in the exception handler or it will just segfault (SSE2 on P4) - Why not larger? because i did not see a difference in benchmarks ... + Why not larger? Because I did not see a difference in benchmarks ... */ /* benchmarks with p3 memalign(64)+1 3071,3051,3032 |