From 1fbbedff85c0781a5909175c6df3de85a64d8a63 Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Wed, 13 May 2009 04:20:23 +0000 Subject: [PATCH] cosmetics, alignment Originally committed as revision 18807 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/movenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.7.4