We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2592888 commit b5fe9bcCopy full SHA for b5fe9bc
src/torchcodec/_core/NVDECCache.h
@@ -49,8 +49,8 @@ class NVDECCache {
49
// all these parameters match.
50
struct CacheKey {
51
cudaVideoCodec codecType;
52
- unsigned width;
53
- unsigned height;
+ unsigned int width;
+ unsigned int height;
54
cudaVideoChromaFormat chromaFormat;
55
unsigned int bitDepthLumaMinus8;
56
unsigned char numDecodeSurfaces;
0 commit comments