Commit 195355be authored by Pierre Ynard's avatar Pierre Ynard Committed by Rafaël Carré

 theora: fix packetizer fourcc

This prevented restreaming theora streams into ogg
Signed-off-by: default avatarRafaël Carré <rafael.carre@gmail.com>
parent 70fb0a47
......@@ -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:
......
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