mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-14 00:58:38 +02: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");
|
put_tag(pb, aifc ? "AIFC" : "AIFF");
|
||||||
|
|
||||||
if (aifc) {
|
if (aifc) {
|
||||||
/* Version chunk */
|
/* Version chunk */
|
||||||
put_tag(pb, "FVER");
|
put_tag(pb, "FVER");
|
||||||
put_be32(pb, 4);
|
put_be32(pb, 4);
|
||||||
put_be32(pb, 0xA2805140);
|
put_be32(pb, 0xA2805140);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Common chunk */
|
/* Common chunk */
|
||||||
@ -209,8 +209,8 @@ static int aiff_write_header(AVFormatContext *s)
|
|||||||
put_buffer(pb, (uint8_t*)&sample_rate, sizeof(sample_rate));
|
put_buffer(pb, (uint8_t*)&sample_rate, sizeof(sample_rate));
|
||||||
|
|
||||||
if (aifc) {
|
if (aifc) {
|
||||||
put_le32(pb, enc->codec_tag);
|
put_le32(pb, enc->codec_tag);
|
||||||
put_be16(pb, 0);
|
put_be16(pb, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Sound data chunk */
|
/* Sound data chunk */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user