1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-20 07:48:15 +02:00
FFmpeg/libavfilter
Andreas Rheinhardt 6556146aa0 avfilter/vf_zscale: Don't make assumptions about zimg's range enums
zimg's color range enum values are off-by-one compared to ours;
therefore the code just adds one when converting from theirs to ours.
Yet this is not how one should deal with enums; use a switch instead.

Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2021-09-18 23:16:44 +02:00
..
2021-04-19 14:34:10 +02:00
2020-02-14 09:59:27 +01:00
2021-08-28 18:51:04 +02:00
2021-08-21 16:11:11 +02:00
2021-01-17 12:06:01 +01:00
2021-01-17 12:06:01 +01:00
2021-07-22 14:47:57 +02:00
2021-04-11 23:18:20 +08:00
2020-02-04 18:28:04 +01:00
2019-09-26 08:10:31 +08:00