mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
vo_gpu_next: use pl_dispatch_info_move to avoid useless data copy
Instead copy the data on-demand when VOCTRL_PERFORMANCE_DATA is requested.
This commit is contained in:
committed by
Niklas Haas
parent
c637beb522
commit
b73d96776c
@@ -930,8 +930,8 @@ if features['libplacebo']
|
||||
endif
|
||||
|
||||
libplacebo_next = get_option('libplacebo-next').require(
|
||||
features['libplacebo'] and libplacebo.version().version_compare('>=5.264.0'),
|
||||
error_message: 'libplacebo v5.264.0+ was not found!',
|
||||
features['libplacebo'] and libplacebo.version().version_compare('>=5.266.0'),
|
||||
error_message: 'libplacebo v5.266.0+ was not found!',
|
||||
)
|
||||
features += {'libplacebo-next': libplacebo_next.allowed()}
|
||||
if features['libplacebo-next']
|
||||
|
||||
Reference in New Issue
Block a user