From 195355bee28c1307f243f138e574525868514720 Mon Sep 17 00:00:00 2001 From: Pierre Ynard Date: Sat, 23 Oct 2010 23:16:10 +0200 Subject: [PATCH] =?utf8?q?=C2=A0theora:=20fix=20packetizer=20fourcc?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This prevented restreaming theora streams into ogg Signed-off-by: Rafaël Carré --- modules/codec/theora.c | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/codec/theora.c b/modules/codec/theora.c index 674c6e34cd..6493f35027 100644 --- a/modules/codec/theora.c +++ b/modules/codec/theora.c @@ -250,6 +250,7 @@ static int ProcessHeaders( decoder_t *p_dec ) } /* Set output properties */ + if( !p_sys->b_packetizer ) switch( p_sys->ti.pixelformat ) { case OC_PF_420: -- 2.39.5