[FFmpeg-devel] [PATCH] lavfi: add drawutils

Måns Rullgård mans
Mon Feb 21 00:02:45 CET 2011


Stefano Sabatini <stefano.sabatini-lala at poste.it> writes:

> Add drawutils.h and drawutils.c, and use them in the pad filter.
> The new functions are going to be shared by other filters.
> ---
>  libavfilter/Makefile    |    1 +
>  libavfilter/drawutils.c |  117 +++++++++++++++++++++++++++++++++++++++++++
>  libavfilter/drawutils.h |   43 ++++++++++++++++
>  libavfilter/vf_pad.c    |  126 ++++++++---------------------------------------
>  4 files changed, 182 insertions(+), 105 deletions(-)
>  create mode 100644 libavfilter/drawutils.c
>  create mode 100644 libavfilter/drawutils.h

Is this just moving some code from vf_pad.c to drawutils.c?

-- 
M?ns Rullg?rd
mans at mansr.com



More information about the ffmpeg-devel mailing list