[FFmpeg-devel] [PATCH 1/2] Add drawutils.[hc], the interface is still private as it may need some refinement.

Diego Biurrun diego
Tue Oct 5 10:35:00 CEST 2010


On Mon, Oct 04, 2010 at 08:36:30PM +0200, Stefano Sabatini wrote:
> 
> --- /dev/null
> +++ b/libavfilter/drawutils.c
> @@ -0,0 +1,94 @@
> +
> +int ff_fill_line_with_color(uint8_t *line[4], int line_step[4], int w, uint8_t color[4],
> +                            enum PixelFormat pix_fmt, uint8_t rgba_color[4], int *is_packed_rgba)

pointlessly long line, more below

> +void ff_draw_rectangle(uint8_t *data[4], int linesize[4], uint8_t *line[4], int line_step[4],
> +                              int hsub, int vsub, int x, int y, int w, int h)

What editor breaks indentation in this way?

Diego



More information about the ffmpeg-devel mailing list