summaryrefslogtreecommitdiffstats
path: root/video/out
diff options
context:
space:
mode:
authorPhilip Langdale <philipl@overt.org>2022-08-09 21:20:40 -0700
committerPhilip Langdale <philipl@overt.org>2022-08-09 21:21:47 -0700
commitf87ab4d441fa233e5be7b1a6a4dda8db2bd3e02f (patch)
tree58a778668908ef025471be43cc911cb9471a1ed3 /video/out
parent093db2f5650fd258621ceb5905cb62faa42cb52a (diff)
downloadmpv-f87ab4d441fa233e5be7b1a6a4dda8db2bd3e02f.tar.bz2
mpv-f87ab4d441fa233e5be7b1a6a4dda8db2bd3e02f.tar.xz
hwdec/drmprime: fix build
I accidentally included an adjustment for a pending change.
Diffstat (limited to 'video/out')
-rw-r--r--video/out/hwdec/hwdec_drmprime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/hwdec/hwdec_drmprime.c b/video/out/hwdec/hwdec_drmprime.c
index a3d2afcaf4..b5b22431cb 100644
--- a/video/out/hwdec/hwdec_drmprime.c
+++ b/video/out/hwdec/hwdec_drmprime.c
@@ -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");
/*