[vlc-devel] [PATCH] Puzzle filter enhancement

Jean-Baptiste Kempf jb at videolan.org
Thu Feb 7 15:41:35 CET 2013


> +/* draw the borders around the visible desk */
> +void puzzle_draw_borders( filter_t *p_filter, picture_t *p_pic_in, picture_t *p_pic_out)

> +    for( uint8_t i_plane = 0; i_plane < p_pic_out->i_planes; i_plane++ ) {
> +        const int32_t i_in_pitch      = p_sys->ps_pict_planes[i_plane].i_pitch;
> +        const int32_t i_out_pitch     = p_sys->ps_desk_planes[i_plane].i_pitch;
> +        const int32_t i_lines = p_sys->ps_desk_planes[i_plane].i_lines;
Nitpick = alignement

Else, ok


Best regards,

-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device



More information about the vlc-devel mailing list