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 6886748 commit 982979bCopy full SHA for 982979b
src/torchcodec/_core/BetaCudaDeviceInterface.cpp
@@ -54,7 +54,6 @@ pfnDisplayPictureCallback(void* pUserData, CUVIDPARSERDISPINFO* dispInfo) {
54
55
static UniqueCUvideodecoder createDecoder(CUVIDEOFORMAT* videoFormat) {
56
// Decoder creation parameters, most are taken from DALI
57
-
58
CUVIDDECODECREATEINFO decoderParams = {};
59
decoderParams.bitDepthMinus8 = videoFormat->bit_depth_luma_minus8;
60
decoderParams.ChromaFormat = videoFormat->chroma_format;
0 commit comments