]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - libavformat/movenc.c
cosmetics, alignment
[frescor/ffmpeg.git] / libavformat / movenc.c
index 086091d262e2ecae18772d45d7736c002175bfe7..d8e8330dfab736b0e5590a577f0e50764268cabe 100644 (file)
@@ -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);