Skip to content

Commit

Permalink
va/win32: Change default driver name to full path
Browse files Browse the repository at this point in the history
Signed-off-by: Sil Vilerino <[email protected]>
  • Loading branch information
sivileri committed Jun 9, 2023
1 parent 70b6c07 commit d1805c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion va/win32/va_win32.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* which will be selected when provided with an adapter LUID which
* does not have a registered VA driver
*/
const char VAAPI_DEFAULT_DRIVER_NAME[] = "vaon12";
const char VAAPI_DEFAULT_DRIVER_NAME[] = "vaon12_drv_video";

typedef struct _VADisplayContextWin32 {
LUID adapter_luid;
Expand Down

0 comments on commit d1805c8

Please sign in to comment.