Skip to content

Commit 1d0c275

Browse files
committed
Variable names matter
1 parent 8e7072f commit 1d0c275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/torchcodec/_core/CudaDeviceInterface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ void CudaDeviceInterface::convertAVFrameToFrameOutput(
225225
auto cpuInterface = createDeviceInterface(cpuDevice);
226226
TORCH_CHECK(
227227
cpuInterface != nullptr, "Failed to create CPU device interface");
228-
cpuDeviceInterface->initialize(
228+
cpuInterface->initialize(
229229
nullptr, VideoStreamOptions(), {}, timeBase_, outputDims_);
230230

231231
FrameOutput cpuFrameOutput;

0 commit comments

Comments
 (0)