mirror of https://git.ffmpeg.org/ffmpeg.git
wtvenc: indent fixup
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
b50759cd6b
commit
0d9435048c
|
@ -293,11 +293,11 @@ static int write_stream_data(AVFormatContext *s, AVStream *st)
|
||||||
AVIOContext *pb = s->pb;
|
AVIOContext *pb = s->pb;
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
write_chunk_header2(s, &ff_SBE2_STREAM_DESC_EVENT, 0x80000000 | (st->index + INDEX_BASE));
|
write_chunk_header2(s, &ff_SBE2_STREAM_DESC_EVENT, 0x80000000 | (st->index + INDEX_BASE));
|
||||||
avio_wl32(pb, 0x00000001);
|
avio_wl32(pb, 0x00000001);
|
||||||
avio_wl32(pb, st->index + INDEX_BASE); //stream_id
|
avio_wl32(pb, st->index + INDEX_BASE); //stream_id
|
||||||
avio_wl32(pb, 0x00000001);
|
avio_wl32(pb, 0x00000001);
|
||||||
write_pad(pb, 8);
|
write_pad(pb, 8);
|
||||||
|
|
||||||
ret = write_stream_codec_info(s, st);
|
ret = write_stream_codec_info(s, st);
|
||||||
if (ret < 0) {
|
if (ret < 0) {
|
||||||
|
|
Loading…
Reference in New Issue