diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-07-05 10:40:25 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-07-05 10:40:25 +0000 |
commit | e5a389a1b70a32a56aa83377e88bf718251aa8f0 (patch) | |
tree | 9015847fc14c1963360948533a006551e373d830 /libavcodec/ppc | |
parent | 7b94177e37c328490da96727a395a3aa90a402f3 (diff) | |
download | ffmpeg-e5a389a1b70a32a56aa83377e88bf718251aa8f0.tar.gz |
license header consistency cosmetics
Originally committed as revision 9484 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ppc')
-rw-r--r-- | libavcodec/ppc/idct_altivec.c | 1 | ||||
-rw-r--r-- | libavcodec/ppc/snow_altivec.c | 2 | ||||
-rw-r--r-- | libavcodec/ppc/vc1dsp_altivec.c | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/ppc/idct_altivec.c b/libavcodec/ppc/idct_altivec.c index c4e0cfd0a2..e1299be1bd 100644 --- a/libavcodec/ppc/idct_altivec.c +++ b/libavcodec/ppc/idct_altivec.c @@ -16,7 +16,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /* diff --git a/libavcodec/ppc/snow_altivec.c b/libavcodec/ppc/snow_altivec.c index 66ab86553a..815b3097de 100644 --- a/libavcodec/ppc/snow_altivec.c +++ b/libavcodec/ppc/snow_altivec.c @@ -17,8 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - * */ #include "dsputil.h" diff --git a/libavcodec/ppc/vc1dsp_altivec.c b/libavcodec/ppc/vc1dsp_altivec.c index dc6883cbe3..99f72e1f04 100644 --- a/libavcodec/ppc/vc1dsp_altivec.c +++ b/libavcodec/ppc/vc1dsp_altivec.c @@ -17,7 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ #include "dsputil.h" |