Commit 7c9db0f4 authored by Pierre Ynard's avatar Pierre Ynard

 theora: fix packetizer fourcc

This prevented restreaming theora streams into ogg
Signed-off-by: default avatarRafaël Carré <rafael.carre@gmail.com>
(cherry picked from commit 195355bee28c1307f243f138e574525868514720)
Signed-off-by: default avatarPierre Ynard <linkfanel@yahoo.fr>
parent a00d7c2b
...@@ -250,6 +250,7 @@ static int ProcessHeaders( decoder_t *p_dec ) ...@@ -250,6 +250,7 @@ static int ProcessHeaders( decoder_t *p_dec )
} }
/* Set output properties */ /* Set output properties */
if( !p_sys->b_packetizer )
switch( p_sys->ti.pixelformat ) switch( p_sys->ti.pixelformat )
{ {
case OC_PF_420: case OC_PF_420:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment