Commit 1405ed28 authored by Christophe Massiot's avatar Christophe Massiot

* modules/codec/libmpeg2.c: We do not want to force the maintainer to use

   libmpeg2 cvs HEAD.
parent 8a431f11
......@@ -287,9 +287,11 @@ static picture_t *DecodeBlock( decoder_t *p_dec, block_t **pp_block )
p_block->i_buffer = 0;
break;
#ifdef STATE_SEQUENCE_MODIFIED
case STATE_SEQUENCE_MODIFIED:
GetAR( p_dec );
break;
#endif
case STATE_SEQUENCE:
{
......
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