diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-01-12 13:29:24 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-01-12 13:29:24 +0000 |
commit | 744ac4be05c954ba8a7a181cba949edc3ed0000d (patch) | |
tree | 91b842deba42b183794cf59aaf643c3a56dd6326 /libavcodec/ppc/gmc_altivec.c | |
parent | 67309e49c0d3c046696d75ba43df008bfa2f0971 (diff) | |
download | ffmpeg-744ac4be05c954ba8a7a181cba949edc3ed0000d.tar.gz |
dct_unquantize_h263_altivec by (Romain Dolbeau <dolbeaur at club-internet dot fr>)
Originally committed as revision 1455 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ppc/gmc_altivec.c')
-rw-r--r-- | libavcodec/ppc/gmc_altivec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ppc/gmc_altivec.c b/libavcodec/ppc/gmc_altivec.c index aef1f54426..3bda9ac16f 100644 --- a/libavcodec/ppc/gmc_altivec.c +++ b/libavcodec/ppc/gmc_altivec.c @@ -1,5 +1,5 @@ /* - * GMC (???) + * GMC (Global Motion Compensation) * AltiVec-enabled * Copyright (c) 2003 Romain Dolbeau <romain@dolbeau.org> * |