[FFmpeg-soc] [soc]: r3005 - aacenc/aacenc.c

kostya subversion at mplayerhq.hu
Mon Aug 4 12:57:54 CEST 2008


Author: kostya
Date: Mon Aug  4 12:57:53 2008
New Revision: 3005

Log:
Remove outdated comment

Modified:
   aacenc/aacenc.c

Modified: aacenc/aacenc.c
==============================================================================
--- aacenc/aacenc.c	(original)
+++ aacenc/aacenc.c	Mon Aug  4 12:57:53 2008
@@ -658,7 +658,6 @@ static int aac_encode_frame(AVCodecConte
     if(avctx->frame_number==1 && !(avctx->flags & CODEC_FLAG_BITEXACT)){
         put_bitstream_info(avctx, s, LIBAVCODEC_IDENT);
     }
-    //encode channels as channel pairs and one optional single channel element
     start_ch = 0;
     memset(chan_el_counter, 0, sizeof(chan_el_counter));
     for(i = 0; i < chan_map[0]; i++){



More information about the FFmpeg-soc mailing list