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