[FFmpeg-soc] [soc]: r253 - matroska/matroskaenc.c
conrad
subversion at mplayerhq.hu
Thu Jun 14 03:06:51 CEST 2007
Author: conrad
Date: Thu Jun 14 03:06:50 2007
New Revision: 253
Log:
Compile fix; missed a variable declaration in the last commit
Modified:
matroska/matroskaenc.c
Modified: matroska/matroskaenc.c
==============================================================================
--- matroska/matroskaenc.c (original)
+++ matroska/matroskaenc.c Thu Jun 14 03:06:50 2007
@@ -225,6 +225,7 @@ static int mkv_write_header(AVFormatCont
static int mkv_write_packet(AVFormatContext *s, AVPacket *pkt)
{
ByteIOContext *pb = &s->pb;
+ offset_t block;
block = start_ebml_master(pb, MATROSKA_ID_SIMPLEBLOCK);
put_byte(pb, 0x80 | pkt->stream_index); // this assumes stream_index is less than 127
More information about the FFmpeg-soc
mailing list