Skip to content
Snippets Groups Projects

Implements #168 keeping decoding on GPU

Merged Nicolas Pope requested to merge feature/168/keepgpu into master
4 files
+ 20
13
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -25,6 +25,7 @@ class NvPipeDecoder : public ftl::codecs::Decoder {
MUTEX mutex_;
bool seen_iframe_;
cv::cuda::GpuMat tmp_;
cv::cuda::Stream stream_;
};
}
Loading