[FFmpeg-cvslog] r18807 - trunk/libavformat/movenc.c
bcoudurier
subversion
Wed May 13 06:20:23 CEST 2009
Author: bcoudurier
Date: Wed May 13 06:20:23 2009
New Revision: 18807
Log:
cosmetics, alignment
Modified:
trunk/libavformat/movenc.c
Modified: trunk/libavformat/movenc.c
==============================================================================
--- trunk/libavformat/movenc.c Wed May 13 02:32:46 2009 (r18806)
+++ trunk/libavformat/movenc.c Wed May 13 06:20:23 2009 (r18807)
@@ -1849,7 +1849,7 @@ static int mov_write_packet(AVFormatCont
}
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);
More information about the ffmpeg-cvslog
mailing list