# HG changeset patch # User diego # Date 1198349368 0 # Node ID b393dffbbcc7c85f630b3da11b43a50f615b197f # Parent a180e69cc18c280bdd6238809f5f2a7eb68d2ce8 Remove wrong and misleading comments. diff -r a180e69cc18c -r b393dffbbcc7 liba52/resample_altivec.c --- a/liba52/resample_altivec.c Sat Dec 22 18:35:52 2007 +0000 +++ b/liba52/resample_altivec.c Sat Dec 22 18:49:28 2007 +0000 @@ -1,4 +1,3 @@ -// this code is based on a52dec/libao/audio_out_oss.c // AltiVec support Copyright (c) 2004 Romain Dolbeau #ifdef HAVE_ALTIVEC_H diff -r a180e69cc18c -r b393dffbbcc7 liba52/resample_c.c --- a/liba52/resample_c.c Sat Dec 22 18:35:52 2007 +0000 +++ b/liba52/resample_c.c Sat Dec 22 18:49:28 2007 +0000 @@ -1,5 +1,3 @@ -// this code is based on a52dec/libao/audio_out_oss.c - static inline int16_t convert (int32_t i) { if (i > 0x43c07fff)