Move video level conversion for RGB from FFmpegImageProxy to Image.
authorCarl Hetherington <cth@carlh.net>
Mon, 24 May 2021 22:57:16 +0000 (00:57 +0200)
committerCarl Hetherington <cth@carlh.net>
Tue, 25 May 2021 19:35:12 +0000 (21:35 +0200)
Since FFmpeg does not do video level conversion for RGB sources
when we (sort of) ask it to in Image::crop_scale_window() it seems
to make more sense to compensate for that by calling
full_to_video_range() in the same place (rather than in
FFmpegImageProxy).


No differences found