[FFmpeg-devel] [PATCH v5 2/2] libavformat/mxfenc: color_range should be inclusive
Harry Mallon
harry.mallon at codex.online
Mon Aug 24 14:02:18 EEST 2020
> On 24 Aug 2020, at 09:30, Tomas Härdin <tjoppen at acc.umu.se> wrote:
>
> tor 2020-08-20 klockan 14:58 +0100 skrev Harry Mallon:
>> MXF CDCI color range was being set to (1<<sc->component_depth) - 1
>> for full range but it should be (1<<sc->component_depth) is 0 is
>> a valid value.
>
> Grammar here is a bit strange. Do you mean 0 is a valid value? Looks OK
> besides this
Sorry, it is meant to read ‘as 0 is a valid value’. Shall I change in a new version?
Thanks for being attentive and speedy with my patches btw. Sending things into FFMPEG has been pretty painless. :)
Harry.
More information about the ffmpeg-devel
mailing list