[FFmpeg-devel] [PATCH 6/6] Add rotate90 filter.

Aurelien Jacobs aurel
Fri Oct 15 14:36:35 CEST 2010


On Fri, Oct 15, 2010 at 01:13:59AM +0200, Stefano Sabatini wrote:
> ---
>  doc/filters.texi           |    6 ++
>  libavfilter/Makefile       |    1 +
>  libavfilter/allfilters.c   |    1 +
>  libavfilter/vf_transpose.c |  173 ++++++++++++++++++++++++++++++++++++++++++++
>  4 files changed, 181 insertions(+), 0 deletions(-)

What about moving this code to its own vf_rotate90.c file (and move
shared code in a shared file) ?

Aurel



More information about the ffmpeg-devel mailing list