#pragma once #include namespace torio::io { AVBufferRef* get_cuda_context(int index); void clear_cuda_context_cache(); } // namespace torio::io