Skip to content

Commit 982979b

Browse files
committed
Nit
1 parent 6886748 commit 982979b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/torchcodec/_core/BetaCudaDeviceInterface.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ pfnDisplayPictureCallback(void* pUserData, CUVIDPARSERDISPINFO* dispInfo) {
5454

5555
static UniqueCUvideodecoder createDecoder(CUVIDEOFORMAT* videoFormat) {
5656
// Decoder creation parameters, most are taken from DALI
57-
5857
CUVIDDECODECREATEINFO decoderParams = {};
5958
decoderParams.bitDepthMinus8 = videoFormat->bit_depth_luma_minus8;
6059
decoderParams.ChromaFormat = videoFormat->chroma_format;

0 commit comments

Comments
 (0)