libplacebo: update for new tone mapping API
Libplacebo v4.192 got a very significant overhaul of the tone-mapping subsystem and associated APIs. For consistency's sake, present users with only a UI based on the new configuration style, and use backwards-compatibility code to map the new enums back to the old API's set of options. To avoid having to write this boilerplate twice, provide a common helper that both the libplacebo vout and the opengl vout can use.
parent
4fde969c
No related branches found
No related tags found
Showing
- modules/video_output/libplacebo/display.c 2 additions, 41 deletionsmodules/video_output/libplacebo/display.c
- modules/video_output/libplacebo/utils.c 75 additions, 0 deletionsmodules/video_output/libplacebo/utils.c
- modules/video_output/libplacebo/utils.h 139 additions, 31 deletionsmodules/video_output/libplacebo/utils.h
- modules/video_output/opengl/sampler.c 2 additions, 8 deletionsmodules/video_output/opengl/sampler.c
- modules/video_output/opengl/vout_helper.h 1 addition, 26 deletionsmodules/video_output/opengl/vout_helper.h
Loading
Please register or sign in to comment