mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 20:40:27 +00:00
VRG: small fix
This commit is contained in:
@@ -131,7 +131,7 @@ struct state_vrg {
|
||||
#ifdef HAVE_CUDA
|
||||
video_frame_pool pool{0, vrg_cuda_allocator<cuda_malloc_host_allocate>()};
|
||||
#else
|
||||
video_frame_pool pool{0, vrg_cuda_allocator<default_data_allocator>()};
|
||||
video_frame_pool pool{0, default_data_allocator()};
|
||||
#endif
|
||||
|
||||
high_resolution_clock::time_point t0 = high_resolution_clock::now();
|
||||
|
||||
Reference in New Issue
Block a user