vlc | branch: master | Pierre Ynard <[email protected]> | 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é <[email protected]> > 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: _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
