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;
 }
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to