[FFmpeg-soc] [soc]: r4371 - wmapro/wma3dec.c

faust3 subversion at mplayerhq.hu
Mon Jun 1 16:21:34 CEST 2009


Author: faust3
Date: Mon Jun  1 16:21:34 2009
New Revision: 4371

Log:
fixed indentation

Modified:
   wmapro/wma3dec.c

Modified: wmapro/wma3dec.c
==============================================================================
--- wmapro/wma3dec.c	Mon Jun  1 16:19:40 2009	(r4370)
+++ wmapro/wma3dec.c	Mon Jun  1 16:21:34 2009	(r4371)
@@ -1172,11 +1172,11 @@ static int wma_decode_subframe(WMA3Decod
         /** and count if there are multiple subframes that match our profile */
         if(offset == s->channel[i].decoded_samples &&
            subframe_len == s->channel[i].subframe_len[cur_subframe]){
-             total_samples -= s->channel[i].subframe_len[cur_subframe];
-             s->channel[i].decoded_samples +=
+            total_samples -= s->channel[i].subframe_len[cur_subframe];
+            s->channel[i].decoded_samples +=
                 s->channel[i].subframe_len[cur_subframe];
-             s->channel_indexes_for_cur_subframe[s->channels_for_cur_subframe] = i;
-             ++s->channels_for_cur_subframe;
+            s->channel_indexes_for_cur_subframe[s->channels_for_cur_subframe] = i;
+            ++s->channels_for_cur_subframe;
         }
     }
 


More information about the FFmpeg-soc mailing list