Author: kostya
Date: Wed Jun 18 07:02:29 2008
New Revision: 2474

Log:
Cosmetics: add space

Modified:
   aacenc/aacenc.c

Modified: aacenc/aacenc.c
==============================================================================
--- aacenc/aacenc.c     (original)
+++ aacenc/aacenc.c     Wed Jun 18 07:02:29 2008
@@ -519,7 +519,7 @@ static int encode_individual_channel(AVC
     put_bits(&s->pb, 8, cpe->ch[channel].gain); //global gain
     if(!cpe->common_window) put_ics_info(avctx, &cpe->ch[channel].ics);
     encode_section_data(avctx, s, cpe, channel);
-    encode_scale_factor_data(avctx, s, cpe,channel);
+    encode_scale_factor_data(avctx, s, cpe, channel);
     put_bits(&s->pb, 1, 0); //pulse
     put_bits(&s->pb, 1, 0); //tns
     put_bits(&s->pb, 1, 0); //ssr
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to