Commit c64eb2f8 authored by Antoine Cellerier's avatar Antoine Cellerier

Oops.

parent 25ff9ffd
...@@ -285,8 +285,6 @@ static picture_t *DecodeBlock( decoder_t *p_dec, block_t **pp_block ) ...@@ -285,8 +285,6 @@ static picture_t *DecodeBlock( decoder_t *p_dec, block_t **pp_block )
picture_t *p_image = (picture_t *)p_dec->p_sys; picture_t *p_image = (picture_t *)p_dec->p_sys;
picture_t *p_pic; picture_t *p_pic;
printf("pouet\n");
if( pp_block == NULL || !*pp_block ) return NULL; if( pp_block == NULL || !*pp_block ) return NULL;
p_pic = p_dec->pf_vout_buffer_new( p_dec ); p_pic = p_dec->pf_vout_buffer_new( p_dec );
if( p_pic == NULL ) if( p_pic == NULL )
......
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