From b89b8c067f35cf49adc45fb93362d165e788bc19 Mon Sep 17 00:00:00 2001 From: Andreas Heinchen Date: Sun, 15 Feb 2004 18:26:51 +0000 Subject: small fix for language of ogg-spu-streams CVS patchset: 6159 CVS date: 2004/02/15 18:26:51 --- src/demuxers/demux_ogg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/demuxers/demux_ogg.c b/src/demuxers/demux_ogg.c index fe01fa009..516a983c7 100644 --- a/src/demuxers/demux_ogg.c +++ b/src/demuxers/demux_ogg.c @@ -19,7 +19,7 @@ */ /* - * $Id: demux_ogg.c,v 1.140 2004/02/09 22:24:36 jstembridge Exp $ + * $Id: demux_ogg.c,v 1.141 2004/02/15 18:26:51 heinchen Exp $ * * demultiplexer for ogg streams * @@ -1072,7 +1072,7 @@ static void decode_text_header (demux_ogg_t *this, const int stream_num, ogg_pac buf_element_t *buf; lprintf ("textstream detected.\n"); - this->si[stream_num]->headers = 0; + this->si[stream_num]->headers = 2; channel = this->num_spu_streams++; this->si[stream_num]->buf_types = BUF_SPU_OGM | channel; -- cgit v1.2.3