mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 03:28:27 +00:00
avformat/riffenc: Fix indentation
Forgotten after bf9a8d183d
.
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
0f12d79a88
commit
bb50823d24
@ -191,10 +191,10 @@ int ff_put_wav_header(AVFormatContext *s, AVIOContext *pb,
|
||||
if (par->codec_id == AV_CODEC_ID_EAC3) {
|
||||
ff_put_guid(pb, ff_get_codec_guid(par->codec_id, ff_codec_wav_guids));
|
||||
} else {
|
||||
avio_wl32(pb, par->codec_tag);
|
||||
avio_wl32(pb, 0x00100000);
|
||||
avio_wl32(pb, 0xAA000080);
|
||||
avio_wl32(pb, 0x719B3800);
|
||||
avio_wl32(pb, par->codec_tag);
|
||||
avio_wl32(pb, 0x00100000);
|
||||
avio_wl32(pb, 0xAA000080);
|
||||
avio_wl32(pb, 0x719B3800);
|
||||
}
|
||||
} else if ((flags & FF_PUT_WAV_HEADER_FORCE_WAVEFORMATEX) ||
|
||||
par->codec_tag != 0x0001 /* PCM */ ||
|
||||
|
Loading…
Reference in New Issue
Block a user