mirror of
https://github.com/mpv-player/mpv
synced 2025-01-24 19:37:30 +01:00
Checking for RGB boundaries
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4287 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
9cc1007666
commit
889ffcd6c0
@ -1107,6 +1107,9 @@ int vixPlaybackSetEq( const vidix_video_eq_t * eq)
|
||||
RTFCheckParam(equal.saturation);
|
||||
RTFCheckParam(equal.contrast);
|
||||
RTFCheckParam(equal.hue);
|
||||
RTFCheckParam(equal.red_intense);
|
||||
RTFCheckParam(equal.green_intense);
|
||||
RTFCheckParam(equal.blue_intense);
|
||||
radeon_set_transform(RTFBrightness(equal.brightness),
|
||||
RTFContrast(equal.contrast),
|
||||
RTFSaturation(equal.saturation),
|
||||
|
Loading…
Reference in New Issue
Block a user