[FFmpeg-soc] [soc]: r3649 - nellyenc/nellymoserenc.c

bwolowiec subversion at mplayerhq.hu
Wed Aug 27 18:37:48 CEST 2008


Author: bwolowiec
Date: Wed Aug 27 18:37:48 2008
New Revision: 3649

Log:
cosmetic. indent


Modified:
   nellyenc/nellymoserenc.c

Modified: nellyenc/nellymoserenc.c
==============================================================================
--- nellyenc/nellymoserenc.c	(original)
+++ nellyenc/nellymoserenc.c	Wed Aug 27 18:37:48 2008
@@ -49,13 +49,13 @@
 #endif
 
 typedef struct NellyMoserEncodeContext {
-    AVCodecContext *avctx;
-    int last_frame;
-    int bufsize;                    ///< number of sample in buf
-    int bits[NELLY_BUF_LEN];        ///< number of bits used to encode coeff
-    float pows[NELLY_FILL_LEN];     ///< exponent used to code coeff
-    DSPContext dsp;
-    MDCTContext mdct_ctx;
+    AVCodecContext  *avctx;
+    int             last_frame;
+    int             bufsize;              ///< number of sample in buf
+    int             bits[NELLY_BUF_LEN];  ///< number of bits used to encode coeff
+    float           pows[NELLY_FILL_LEN]; ///< exponent used to code coeff
+    DSPContext      dsp;
+    MDCTContext     mdct_ctx;
 #ifdef LOWPASS
     LPFilterContext lp;
 #endif



More information about the FFmpeg-soc mailing list