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

James Almer jamrial at gmail.com
Thu Jun 1 07:20:22 EEST 2017


On 5/31/2017 12:04 AM, James Almer wrote:
> 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.

Pushed.


More information about the ffmpeg-devel mailing list