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
1 changed files with 1 additions and 1 deletions

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