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

git at videolan.org git at videolan.org
Mon Oct 25 19:15:46 CEST 2010


vlc/vlc-1.1 | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Sat Oct 23 23:16:10 2010 +0200| [7c9db0f4ba5d643d17c53fcb10e7c1b899226d07] | committer: Pierre Ynard 

 theora: fix packetizer fourcc

This prevented restreaming theora streams into ogg

Signed-off-by: Rafaël Carré <rafael.carre at gmail.com>
(cherry picked from commit 195355bee28c1307f243f138e574525868514720)

Signed-off-by: Pierre Ynard <linkfanel at yahoo.fr>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=7c9db0f4ba5d643d17c53fcb10e7c1b899226d07
---

 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 46071eb..d9d42f7 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