mirror of
https://github.com/mpv-player/mpv
synced 2024-12-31 19:52:16 +00:00
hwdec/drmprime: fix build
I accidentally included an adjustment for a pending change.
This commit is contained in:
parent
093db2f565
commit
f87ab4d441
@ -79,7 +79,7 @@ static int init(struct ra_hwdec *hw)
|
||||
* there are extensions that supposedly provide this information from the
|
||||
* drivers. Not properly documented. Of course.
|
||||
*/
|
||||
mpv_opengl_drm_params_v2 *params = ra_get_native_resource(hw->ra_ctx->ra,
|
||||
mpv_opengl_drm_params_v2 *params = ra_get_native_resource(hw->ra,
|
||||
"drm_params_v2");
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user