Mercurial > libavformat.hg
changeset 2462:2ffe818df0c6 libavformat
Indentation
author | conrad |
---|---|
date | Wed, 05 Sep 2007 00:23:52 +0000 |
parents | 3a1ecd4ad76d |
children | f4c247d28e9d |
files | matroskaenc.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/matroskaenc.c Wed Sep 05 00:23:49 2007 +0000 +++ b/matroskaenc.c Wed Sep 05 00:23:52 2007 +0000 @@ -587,7 +587,7 @@ } if (s->streams[pkt->stream_index]->codec->codec_type != CODEC_TYPE_SUBTITLE) { - mkv_write_block(s, MATROSKA_ID_SIMPLEBLOCK, pkt, keyframe << 7); + mkv_write_block(s, MATROSKA_ID_SIMPLEBLOCK, pkt, keyframe << 7); } else { offset_t blockgroup = start_ebml_master(pb, MATROSKA_ID_BLOCKGROUP); mkv_write_block(s, MATROSKA_ID_BLOCK, pkt, 0);