[FFmpeg-devel] [PATCH 7/7] avcodec/ffv1enc: remove warning about transparency

Michael Niedermayer michael at niedermayer.cc
Fri Mar 9 03:41:04 EET 2018


On Wed, Mar 07, 2018 at 05:05:29PM +0100, Jerome Martinez wrote:
> The message about the need of a recent FFmpeg version when encoding alpha
> plane is 5+ year old, not really relevant anymore.
> 
> This patch removes the message.

>  ffv1enc.c |    3 ---
>  1 file changed, 3 deletions(-)
> 180adaf36af61949c1a73b3358d417580d8fcec4  0007-avcodec-ffv1enc-remove-warning-about-transparency.patch
> From 8e3bbad708b5a3a24920133c5bef0b7399375393 Mon Sep 17 00:00:00 2001
> From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Martinez?= <jerome at mediaarea.net>
> Date: Wed, 7 Mar 2018 13:26:36 +0100
> Subject: [PATCH 7/7] avcodec/ffv1enc: remove warning about transparency
> 
> ---
>  libavcodec/ffv1enc.c | 3 ---
>  1 file changed, 3 deletions(-)
> 
> diff --git a/libavcodec/ffv1enc.c b/libavcodec/ffv1enc.c
> index f0f9eaba79..c6e11a3f55 100644
> --- a/libavcodec/ffv1enc.c
> +++ b/libavcodec/ffv1enc.c
> @@ -699,9 +699,6 @@ FF_ENABLE_DEPRECATION_WARNINGS
>              s->ac = AC_RANGE_CUSTOM_TAB;
>          }
>      }
> -    if (s->transparency) {
> -        av_log(avctx, AV_LOG_WARNING, "Storing alpha plane, this will require a recent FFV1 decoder to playback!\n");
> -    }

will apply

thx

[...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

"Nothing to hide" only works if the folks in power share the values of
you and everyone you know entirely and always will -- Tom Scott

-------------- 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/20180309/4d397d1c/attachment.sig>


More information about the ffmpeg-devel mailing list