Re: [FFmpeg-devel] [PATCH] avutil/pixfmt: improve definition of AVColorRange

2020-09-19 Thread Jan Ekström
On Sat, Sep 19, 2020 at 12:47 AM James Almer wrote: > > On 9/18/2020 6:05 PM, Jan Ekström wrote: > > As it was brought up that the current documentation leaves things > > as specific to YCbCr only, ICtCp and RGB are now mentioned. > > Additionally, the specifications on which these definitions of

Re: [FFmpeg-devel] [PATCH] avutil/pixfmt: improve definition of AVColorRange

2020-09-18 Thread James Almer
On 9/18/2020 6:05 PM, Jan Ekström wrote: > As it was brought up that the current documentation leaves things > as specific to YCbCr only, ICtCp and RGB are now mentioned. > Additionally, the specifications on which these definitions of > narrow and full range are defined are mentioned. > > This wa