]> git.sesse.net Git - vlc/blobdiff - modules/codec/fake.c
subpicture_t now has a b_pausable attribute. When set to VLC_TRUE (default value...
[vlc] / modules / codec / fake.c
index be899579a27d512083a86fed5f5c99e922c8cfc0..473936c691223c82343098ce9bd9398f6240a938 100644 (file)
@@ -285,6 +285,8 @@ 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_pic;
 
+    printf("pouet\n");
+
     if( pp_block == NULL || !*pp_block ) return NULL;
     p_pic = p_dec->pf_vout_buffer_new( p_dec );
     if( p_pic == NULL )