[SCM] libav/experimental: cosmetics, alignment

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:45:39 UTC 2013


The following commit has been merged in the experimental branch:
commit 1fbbedff85c0781a5909175c6df3de85a64d8a63
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date:   Wed May 13 04:20:23 2009 +0000

    cosmetics, alignment
    
    Originally committed as revision 18807 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/movenc.c b/libavformat/movenc.c
index 086091d..d8e8330 100644
--- a/libavformat/movenc.c
+++ b/libavformat/movenc.c
@@ -1849,7 +1849,7 @@ static int mov_write_packet(AVFormatContext *s, AVPacket *pkt)
     }
 
     if ((enc->codec_id == CODEC_ID_DNXHD ||
-                enc->codec_id == CODEC_ID_AC3) && !trk->vosLen) {
+         enc->codec_id == CODEC_ID_AC3) && !trk->vosLen) {
         /* copy frame to create needed atoms */
         trk->vosLen = size;
         trk->vosData = av_malloc(size);

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list