Mercurial > libavformat.hg
changeset 4928:ba1072d90812 libavformat
cosmetics, alignment
author | bcoudurier |
---|---|
date | Wed, 13 May 2009 04:20:23 +0000 |
parents | 95f0d6b82c8f |
children | 45426d44263e |
files | movenc.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/movenc.c Tue May 12 23:40:22 2009 +0000 +++ b/movenc.c Wed May 13 04:20:23 2009 +0000 @@ -1849,7 +1849,7 @@ } 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);