[FFmpeg-soc] [soc]: r4451 - als/alsdec.c

thilo.borgmann subversion at mplayerhq.hu
Tue Jun 16 12:26:20 CEST 2009


Author: thilo.borgmann
Date: Tue Jun 16 12:26:20 2009
New Revision: 4451

Log:
Realigned the function declaration of decode_frame.

Modified:
   als/alsdec.c

Modified: als/alsdec.c
==============================================================================
--- als/alsdec.c	Tue Jun 16 12:25:25 2009	(r4450)
+++ als/alsdec.c	Tue Jun 16 12:26:20 2009	(r4451)
@@ -36,8 +36,8 @@ typedef struct {
 /** Decodes an ALS frame.
  */
 static int decode_frame(AVCodecContext *avctx,
-                                void *data, int *data_size,
-                                AVPacket *avpkt)
+                        void *data, int *data_size,
+                        AVPacket *avpkt)
 {
     return 0;
 }


More information about the FFmpeg-soc mailing list