Commit e9c68c47 authored by Marian Durkovic's avatar Marian Durkovic

Add a FIXME

parent 5364ae67
......@@ -295,6 +295,9 @@ static picture_t *DecodeBlock( decoder_t *p_dec, block_t **pp_block )
break;
#ifdef STATE_SEQUENCE_MODIFIED
/* FIXME - the above ifdef is always FALSE, even with libmpeg2-0.5.0
* Need to improve the implementation to avoid invalid/unref pictures */
case STATE_SEQUENCE_MODIFIED:
GetAR( p_dec );
break;
......
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