[vlc-commits] commit:  theora : fix packetizer fourcc (Pierre Ynard )

git at videolan.org git at videolan.org
Mon Oct 25 09:05:08 CEST 2010


vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Sat Oct 23 23:16:10 2010 +0200| [195355bee28c1307f243f138e574525868514720] | committer: Rafaël Carré 

 theora: fix packetizer fourcc

This prevented restreaming theora streams into ogg

Signed-off-by: Rafaël Carré <rafael.carre at gmail.com>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=195355bee28c1307f243f138e574525868514720
---

 modules/codec/theora.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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:



More information about the vlc-commits mailing list