Commit 9f6aad8e authored by bcoudurier's avatar bcoudurier

indentation

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7979 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7de7b29f
......@@ -180,10 +180,10 @@ static int aiff_write_header(AVFormatContext *s)
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 @@ static int aiff_write_header(AVFormatContext *s)
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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment