Mercurial > libavformat.hg
changeset 2434:273c76713989 libavformat
Compile fix; missed a variable declaration in the last commit
author | conrad |
---|---|
date | Wed, 05 Sep 2007 00:22:54 +0000 |
parents | 0c047310f205 |
children | 4dde24899d01 |
files | matroskaenc.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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