[vlc-devel] [PATCH] theora: fix packetizer fourcc
Pierre Ynard
linkfanel at yahoo.fr
Sat Oct 23 23:16:10 CEST 2010
This prevented restreaming theora streams into ogg
diff --git a/modules/codec/theora.c b/modules/codec/theora.c
index 674c6e3..6493f35 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:
Regards,
--
Pierre Ynard
"Une âme dans un corps, c'est comme un dessin sur une feuille de papier."
More information about the vlc-devel
mailing list