# HG changeset patch # User conrad # Date 1188951774 0 # Node ID 273c7671398958030e99afb589d6520f1832f99a # Parent 0c047310f2052a2181b3c56f4c0349b7a0a58930 Compile fix; missed a variable declaration in the last commit diff -r 0c047310f205 -r 273c76713989 matroskaenc.c --- a/matroskaenc.c Wed Sep 05 00:22:52 2007 +0000 +++ b/matroskaenc.c Wed Sep 05 00:22:54 2007 +0000 @@ -225,6 +225,7 @@ 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