Mercurial > libavcodec.hg
diff ppc/mpegvideo_ppc.c @ 2967:ef2149182f1c libavcodec
COSMETICS: Remove all trailing whitespace.
| author | diego |
|---|---|
| date | Sat, 17 Dec 2005 18:14:38 +0000 |
| parents | 4c0ab7ed2642 |
| children | 0b546eab515d |
line wrap: on
line diff
--- a/ppc/mpegvideo_ppc.c Sat Dec 17 11:31:56 2005 +0000 +++ b/ppc/mpegvideo_ppc.c Sat Dec 17 18:14:38 2005 +0000 @@ -15,7 +15,7 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ - + #include "../dsputil.h" #include "../mpegvideo.h" #include <time.h> @@ -24,7 +24,7 @@ #include "dsputil_altivec.h" #endif -extern int dct_quantize_altivec(MpegEncContext *s, +extern int dct_quantize_altivec(MpegEncContext *s, DCTELEM *block, int n, int qscale, int *overflow); extern void dct_unquantize_h263_altivec(MpegEncContext *s,
