[SCM] libav/experimental: cosmetics: remove a comment and just spacing

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:20:18 UTC 2013


The following commit has been merged in the experimental branch:
commit 084f5c5afefb7a14eb8229b821c2e0313a55391d
Author: Justin Ruggles <justin.ruggles at gmail.com>
Date:   Tue Dec 14 14:53:10 2010 +0000

    cosmetics: remove a comment and just spacing
    
    Originally committed as revision 25993 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/ac3enc.c b/libavcodec/ac3enc.c
index 60ba60e..be63298 100644
--- a/libavcodec/ac3enc.c
+++ b/libavcodec/ac3enc.c
@@ -1322,13 +1322,14 @@ static int ac3_encode_frame(AVCodecContext *avctx,
     frame_bits = process_exponents(s, mdct_coef, exp_shift, exp, exp_strategy, encoded_exp);
 
     compute_bit_allocation(s, bap, encoded_exp, exp_strategy, frame_bits);
-    /* everything is known... let's output the frame */
+
     output_frame_header(s, frame);
 
     for (blk = 0; blk < AC3_MAX_BLOCKS; blk++) {
         output_audio_block(s, exp_strategy[blk], encoded_exp[blk],
                            bap[blk], mdct_coef[blk], exp_shift[blk], blk);
     }
+
     output_frame_end(s);
 
     return s->frame_size;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list