diff mbox series

[FFmpeg-devel,2/2] avfilter/vf_waveform: flat_pix_fmts never used

Message ID cbcd82bcfc89a17b763b4822857cd9db8ec5f162.1609815680.git.pross@xvid.org
State Accepted
Commit 5d8e86d15a23202fd42960b314b8427f3e785676
Headers show
Series [FFmpeg-devel,1/2] avcodec/dvenc: dv100_weight_shift never used | expand

Checks

Context Check Description
andriy/x86_make success Make finished
andriy/x86_make_fate success Make fate finished
andriy/PPC64_make success Make finished
andriy/PPC64_make_fate success Make fate finished

Commit Message

Peter Ross Jan. 5, 2021, 3:02 a.m. UTC
---
 libavfilter/vf_waveform.c | 7 -------
 1 file changed, 7 deletions(-)

Comments

Andreas Rheinhardt Jan. 23, 2021, 9 p.m. UTC | #1
Peter Ross:
> ---
>  libavfilter/vf_waveform.c | 7 -------
>  1 file changed, 7 deletions(-)
> 
> diff --git a/libavfilter/vf_waveform.c b/libavfilter/vf_waveform.c
> index 11f8c0016e..8191da2792 100644
> --- a/libavfilter/vf_waveform.c
> +++ b/libavfilter/vf_waveform.c
> @@ -303,13 +303,6 @@ static const enum AVPixelFormat out_gray12_lowpass_pix_fmts[] = {
>      AV_PIX_FMT_NONE
>  };
>  
> -static const enum AVPixelFormat flat_pix_fmts[] = {
> -    AV_PIX_FMT_YUV444P, AV_PIX_FMT_YUVJ444P,
> -    AV_PIX_FMT_YUV444P9, AV_PIX_FMT_YUV444P10,
> -    AV_PIX_FMT_YUV444P12,
> -    AV_PIX_FMT_NONE
> -};
> -
>  static int query_formats(AVFilterContext *ctx)
>  {
>      WaveformContext *s = ctx->priv;
> 
> 
LGTM.

- Andreas
diff mbox series

Patch

diff --git a/libavfilter/vf_waveform.c b/libavfilter/vf_waveform.c
index 11f8c0016e..8191da2792 100644
--- a/libavfilter/vf_waveform.c
+++ b/libavfilter/vf_waveform.c
@@ -303,13 +303,6 @@  static const enum AVPixelFormat out_gray12_lowpass_pix_fmts[] = {
     AV_PIX_FMT_NONE
 };
 
-static const enum AVPixelFormat flat_pix_fmts[] = {
-    AV_PIX_FMT_YUV444P, AV_PIX_FMT_YUVJ444P,
-    AV_PIX_FMT_YUV444P9, AV_PIX_FMT_YUV444P10,
-    AV_PIX_FMT_YUV444P12,
-    AV_PIX_FMT_NONE
-};
-
 static int query_formats(AVFilterContext *ctx)
 {
     WaveformContext *s = ctx->priv;