Advertisement
Guest User

Untitled

a guest
Dec 7th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.22 KB | None | 0 0
  1. #ifdef HAVE_HWSCALE
  2.     if (val
  3.         && !canvas->videoconfig->hwscale
  4.         && !hwscale_possible)
  5. #endif
  6.     {
  7.         log_message(LOG_DEFAULT, "HW scale not available, forcing to disabled");
  8.         return 0;
  9.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement