0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 03:52:22 +02:00

hwdec/drmprime: fix build

I accidentally included an adjustment for a pending change.
This commit is contained in:
Philip Langdale 2022-08-09 21:20:40 -07:00
parent 093db2f565
commit f87ab4d441

View File

@ -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");
/*