[FFmpeg-soc] [soc]: r472 - matroska/matroskaenc.c

conrad subversion at mplayerhq.hu
Wed Jul 18 00:32:06 CEST 2007


Author: conrad
Date: Wed Jul 18 00:32:05 2007
New Revision: 472

Log:
Indentation

Modified:
   matroska/matroskaenc.c

Modified: matroska/matroskaenc.c
==============================================================================
--- matroska/matroskaenc.c	(original)
+++ matroska/matroskaenc.c	Wed Jul 18 00:32:05 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-soc mailing list