Mercurial > libavformat.hg
changeset 1239:18130af77b09 libavformat
indention
author | bcoudurier |
---|---|
date | Mon, 07 Aug 2006 14:19:33 +0000 |
parents | eb749ae2b181 |
children | 504be467b795 |
files | movenc.c |
diffstat | 1 files changed, 8 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/movenc.c Mon Aug 07 14:18:43 2006 +0000 +++ b/movenc.c Mon Aug 07 14:19:33 2006 +0000 @@ -606,14 +606,14 @@ put_be16(pb, 0); /* Codec stream version */ put_be16(pb, 0); /* Codec stream revision (=0) */ if (track->mode == MODE_MOV) { - put_tag(pb, "FFMP"); /* Vendor */ - if(track->enc->codec_id == CODEC_ID_RAWVIDEO) { - put_be32(pb, 0); /* Temporal Quality */ - put_be32(pb, 0x400); /* Spatial Quality = lossless*/ - } else { - put_be32(pb, 0x200); /* Temporal Quality = normal */ - put_be32(pb, 0x200); /* Spatial Quality = normal */ - } + put_tag(pb, "FFMP"); /* Vendor */ + if(track->enc->codec_id == CODEC_ID_RAWVIDEO) { + put_be32(pb, 0); /* Temporal Quality */ + put_be32(pb, 0x400); /* Spatial Quality = lossless*/ + } else { + put_be32(pb, 0x200); /* Temporal Quality = normal */ + put_be32(pb, 0x200); /* Spatial Quality = normal */ + } } else { put_be32(pb, 0); /* Reserved */ put_be32(pb, 0); /* Reserved */