[FFmpeg-devel] [PATCH] avutil/pixfmt: remove superfluous define

James Almer jamrial at gmail.com
Wed May 31 06:04:46 EEST 2017


On 5/23/2017 7:07 PM, James Almer wrote:
> It's an AVColorSpace value since 82ad9cbd32c873bced9adf4a2bb67dcda7294c61.
> 
> Signed-off-by: James Almer <jamrial at gmail.com>
> ---
>  libavutil/pixfmt.h | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/libavutil/pixfmt.h b/libavutil/pixfmt.h
> index 3c915c6421..6b7eea8c4e 100644
> --- a/libavutil/pixfmt.h
> +++ b/libavutil/pixfmt.h
> @@ -467,8 +467,6 @@ enum AVColorSpace {
>      AVCOL_SPC_SMPTE2085   = 11, ///< SMPTE 2085, Y'D'zD'x
>      AVCOL_SPC_NB                ///< Not part of ABI
>  };
> -#define AVCOL_SPC_YCGCO AVCOL_SPC_YCOCG
> -
>  
>  /**
>   * MPEG vs JPEG YUV range.

Will push this tomorrow if nobody objects.


More information about the ffmpeg-devel mailing list