Mercurial > libavformat.hg
changeset 1791:0523fb44aa72 libavformat
indentation
author | bcoudurier |
---|---|
date | Wed, 14 Feb 2007 11:18:34 +0000 |
parents | d30211065a35 |
children | 662780b00ceb |
files | aiff.c |
diffstat | 1 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/aiff.c Wed Feb 14 11:01:05 2007 +0000 +++ b/aiff.c Wed Feb 14 11:18:34 2007 +0000 @@ -180,10 +180,10 @@ put_tag(pb, aifc ? "AIFC" : "AIFF"); if (aifc) { - /* Version chunk */ - put_tag(pb, "FVER"); - put_be32(pb, 4); - put_be32(pb, 0xA2805140); + /* Version chunk */ + put_tag(pb, "FVER"); + put_be32(pb, 4); + put_be32(pb, 0xA2805140); } /* Common chunk */ @@ -209,8 +209,8 @@ put_buffer(pb, (uint8_t*)&sample_rate, sizeof(sample_rate)); if (aifc) { - put_le32(pb, enc->codec_tag); - put_be16(pb, 0); + put_le32(pb, enc->codec_tag); + put_be16(pb, 0); } /* Sound data chunk */