[FFmpeg-devel] [PATCH] configure: select rotation filters for ffmpeg

Michael Niedermayer michael at niedermayer.cc
Sun Mar 3 00:21:18 EET 2019


On Sat, Mar 02, 2019 at 09:03:18PM +0530, Gyan wrote:
> 

>  configure |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 4b5163db4a15d9d6caaebb35d11fac16a5c64f37  0001-configure-select-rotation-filters-for-ffmpeg.patch
> From fda793f6fa7678e36b00eeea12343f90da75bfcb Mon Sep 17 00:00:00 2001
> From: Gyan Doshi <ffmpeg at gyani.pro>
> Date: Sat, 2 Mar 2019 20:49:12 +0530
> Subject: [PATCH] configure: select rotation filters for ffmpeg
> 
> autorotate is enabled by default in ffmpeg so the rotation filters
> are required and will be attempted for insertion without the user's
> knowledge if an input stream has rotation side-data.
> ---
>  configure | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/configure b/configure
> index bbeaf2fadc..3042ab9176 100755
> --- a/configure
> +++ b/configure
> @@ -3595,8 +3595,8 @@ avutil_extralibs="d3d11va_extralibs nanosleep_extralibs pthreads_extralibs vaapi
>  # programs
>  ffmpeg_deps="avcodec avfilter avformat"
>  ffmpeg_select="aformat_filter anull_filter atrim_filter format_filter
> -               null_filter
> -               trim_filter"
> +               hflip_filter null_filter
> +               transpose_filter trim_filter vflip_filter"
>  ffmpeg_suggest="ole32 psapi shell32"
>  ffplay_deps="avcodec avformat swscale swresample sdl2"
>  ffplay_select="rdft crop_filter transpose_filter hflip_filter vflip_filter rotate_filter"

LGTM

thx

[...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Dictatorship: All citizens are under surveillance, all their steps and
actions recorded, for the politicians to enforce control.
Democracy: All politicians are under surveillance, all their steps and
actions recorded, for the citizens to enforce control.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20190302/9b28fd37/attachment.sig>


More information about the ffmpeg-devel mailing list