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 1ee851b commit 0cc024bCopy full SHA for 0cc024b
src/torchcodec/_core/CudaDeviceInterface.cpp
@@ -355,7 +355,7 @@ std::optional<const AVCodec*> CudaDeviceInterface::findCodec(
355
}
356
357
std::string CudaDeviceInterface::getDetails() {
358
- // Note: for this interface specificaly the fallback is only known after a
+ // Note: for this interface specifically the fallback is only known after a
359
// frame has been decoded, not before: that's when FFmpeg decides to fallback,
360
// so we can't know earlier.
361
return std::string("FFmpeg CUDA Device Interface. Using ") +
0 commit comments