[SCM] libav/experimental: Indentation
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:06:27 UTC 2013
The following commit has been merged in the experimental branch:
commit 56e4540d3aa75b37330043fe716ca01246c6c64c
Author: David Conrad <lessen42 at gmail.com>
Date: Wed Sep 5 00:23:52 2007 +0000
Indentation
Originally committed as revision 10331 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavformat/matroskaenc.c b/libavformat/matroskaenc.c
index c6e4fb2..feac56d 100644
--- a/libavformat/matroskaenc.c
+++ b/libavformat/matroskaenc.c
@@ -587,7 +587,7 @@ static int mkv_write_packet(AVFormatContext *s, AVPacket *pkt)
}
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);
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list