summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndreas Heinchen <heinchen@users.sourceforge.net>2004-02-15 18:26:51 +0000
committerAndreas Heinchen <heinchen@users.sourceforge.net>2004-02-15 18:26:51 +0000
commitb89b8c067f35cf49adc45fb93362d165e788bc19 (patch)
treed8fd6b22ca759ba57000f883f2cc7834e72028d3 /src
parentef00f895e809c05368f8b085502a381dff76b776 (diff)
downloadxine-lib-b89b8c067f35cf49adc45fb93362d165e788bc19.tar.gz
xine-lib-b89b8c067f35cf49adc45fb93362d165e788bc19.tar.bz2
small fix for language of ogg-spu-streams
CVS patchset: 6159 CVS date: 2004/02/15 18:26:51
Diffstat (limited to 'src')
-rw-r--r--src/demuxers/demux_ogg.c4
1 files 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;