vlc/vlc-1.1 | branch: master | Pierre Ynard <[email protected]> | 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é <[email protected]> (cherry picked from commit 195355bee28c1307f243f138e574525868514720) Signed-off-by: Pierre Ynard <[email protected]> > 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: _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
