[vlc-devel] [PATCH] Assertion error while streaming using filters
    Jean-Baptiste Kempf 
    jb at videolan.org
       
    Sat Jan 28 19:39:00 CET 2012
    
    
  
Hello,
On Sat, Jan 28, 2012 at 06:05:06PM +0100, Frederik Vestre wrote :
>                     /* We can't modify the picture, we need to duplicate it */
> -                   p_pic2 = video_new_buffer_decoder( id->p_decoder );
> +                   p_pic2 = picture_NewFromFormat( &p_pic->format );
>                     if( p_pic2 != NULL )
Does it mean we should replace  video_new_buffer_decoder in all modules
by picture_NewFromFormat ?
-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device
    
    
More information about the vlc-devel
mailing list