[FFmpeg-cvslog] r10331 - trunk/libavformat/matroskaenc.c
conrad
subversion
Wed Sep 5 02:23:52 CEST 2007
Author: conrad
Date: Wed Sep 5 02:23:52 2007
New Revision: 10331
Log:
Indentation
Modified:
trunk/libavformat/matroskaenc.c
Modified: trunk/libavformat/matroskaenc.c
==============================================================================
--- trunk/libavformat/matroskaenc.c (original)
+++ trunk/libavformat/matroskaenc.c Wed Sep 5 02:23:52 2007
@@ -587,7 +587,7 @@ static int mkv_write_packet(AVFormatCont
}
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);
More information about the ffmpeg-cvslog
mailing list