diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-12-11 18:47:04 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-12-11 18:47:04 +0000 |
commit | 571bf37f6dfa81dc031f6d25e1ab68b2654ac06c (patch) | |
tree | beb7b3405e577afbc279e3e02179ea3cdb558c24 /libavcodec | |
parent | 72d6b1bf1b92a2949f0a24fa7751a03cd75e7b6b (diff) | |
download | ffmpeg-571bf37f6dfa81dc031f6d25e1ab68b2654ac06c.tar.gz |
typo/clarification
Originally committed as revision 11201 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/i386/dsputil_mmx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/i386/dsputil_mmx.c b/libavcodec/i386/dsputil_mmx.c index 01b5930885..82fab39c5a 100644 --- a/libavcodec/i386/dsputil_mmx.c +++ b/libavcodec/i386/dsputil_mmx.c @@ -2841,7 +2841,7 @@ PREFETCH(prefetch_3dnow, prefetch) #include "h264dsp_mmx.c" -/* AVS specific */ +/* CAVS specific */ void ff_cavsdsp_init_mmx2(DSPContext* c, AVCodecContext *avctx); void ff_put_cavs_qpel8_mc00_mmx2(uint8_t *dst, uint8_t *src, int stride) { |