Commit 28726d57 authored by Marian Ďurkovič's avatar Marian Ďurkovič

libmpeg2: Print the debug message if decoder was reset

parent 84aadd40
...@@ -275,6 +275,7 @@ static picture_t *DecodeBlock( decoder_t *p_dec, block_t **pp_block ) ...@@ -275,6 +275,7 @@ static picture_t *DecodeBlock( decoder_t *p_dec, block_t **pp_block )
mpeg2_custom_fbuf( p_sys->p_mpeg2dec, 1 ); mpeg2_custom_fbuf( p_sys->p_mpeg2dec, 1 );
/* Set the first 2 reference frames */ /* Set the first 2 reference frames */
p_sys->i_aspect = 0;
GetAR( p_dec ); GetAR( p_dec );
for( int i = 0; i < 2; i++ ) for( int i = 0; i < 2; i++ )
{ {
......
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