[SCM] libav/experimental: cosmetics: line wrap and vertical alignment

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


The following commit has been merged in the experimental branch:
commit b51c740eab9425a63d7130a064e4b8a11d5f3021
Author: Justin Ruggles <justin.ruggles at gmail.com>
Date:   Thu Dec 23 18:01:29 2010 +0000

    cosmetics: line wrap and vertical alignment
    
    Originally committed as revision 26084 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/ac3enc.c b/libavcodec/ac3enc.c
index 3908447..94fafbc 100644
--- a/libavcodec/ac3enc.c
+++ b/libavcodec/ac3enc.c
@@ -1587,8 +1587,7 @@ static void output_frame_end(AC3EncodeContext *s)
 
     /* compute crc1 */
     /* this is not so easy because it is at the beginning of the data... */
-    crc1 = av_bswap16(av_crc(crc_ctx, 0,
-                             frame + 4, frame_size_58 - 4));
+    crc1    = av_bswap16(av_crc(crc_ctx, 0, frame + 4, frame_size_58 - 4));
     crc_inv = s->crc_inv[s->frame_size > s->frame_size_min];
     crc1    = mul_poly(crc_inv, crc1, CRC16_POLY);
     AV_WB16(frame + 2, crc1);

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list