mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
indentation
Originally committed as revision 7979 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
400615b68b
commit
8d97aedbaa
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user