VRG: small fix

This commit is contained in:
Martin Pulec
2021-04-30 15:28:05 +02:00
parent c6b7937a1e
commit e24ff500ca

View File

@@ -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();