Commit 7ca75b8a authored by David Flynn's avatar David Flynn

Workaround deficiency in schroedinger state machine logic

parent 2d5e77b8
...@@ -488,6 +488,11 @@ static picture_t *DecodeBlock( decoder_t *p_dec, block_t **pp_block ) ...@@ -488,6 +488,11 @@ static picture_t *DecodeBlock( decoder_t *p_dec, block_t **pp_block )
#endif #endif
SetVideoFormat( p_dec ); SetVideoFormat( p_dec );
ResetPTStlb( p_dec ); ResetPTStlb( p_dec );
p_schroframe = CreateSchroFrameFromPic( p_dec );
if( p_schroframe ) {
schro_decoder_add_output_picture( p_sys->p_schro, p_schroframe);
}
} }
if( b_bail ) if( b_bail )
......
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