diff mpegaudio.c @ 2979:bfabfdf9ce55 libavcodec

COSMETICS: tabs --> spaces, some prettyprinting
author diego
date Thu, 22 Dec 2005 01:10:11 +0000
parents ef2149182f1c
children 0b546eab515d
line wrap: on
line diff
--- a/mpegaudio.c	Wed Dec 21 17:50:40 2005 +0000
+++ b/mpegaudio.c	Thu Dec 22 01:10:11 2005 +0000
@@ -748,7 +748,7 @@
 }
 
 static int MPA_encode_frame(AVCodecContext *avctx,
-			    unsigned char *frame, int buf_size, void *data)
+                            unsigned char *frame, int buf_size, void *data)
 {
     MpegAudioContext *s = avctx->priv_data;
     short *samples = data;