Skip to content

Commit 890e2b4

Browse files
committed
Ha, "maybe unsued".
1 parent c59de36 commit 890e2b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/torchcodec/_core/CudaDeviceInterface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ CudaDeviceInterface::~CudaDeviceInterface() {
187187

188188
void CudaDeviceInterface::initialize(
189189
AVCodecContext* codecContext,
190-
[[maybe_unsued]] const VideoStreamOptions& videoStreamOptions,
190+
[[maybe_unused]] const VideoStreamOptions& videoStreamOptions,
191191
[[maybe_unused]] const std::vector<std::unique_ptr<Transform>>& transforms,
192192
[[maybe_unused]] const AVRational& timeBase,
193193
const FrameDims& outputDims) {

src/torchcodec/_core/CudaDeviceInterface.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class CudaDeviceInterface : public DeviceInterface {
2121

2222
void initialize(
2323
AVCodecContext* codecContext,
24-
[[maybe_unsued]] const VideoStreamOptions& videoStreamOptions,
24+
[[maybe_unused]] const VideoStreamOptions& videoStreamOptions,
2525
[[maybe_unused]] const std::vector<std::unique_ptr<Transform>>&
2626
transforms,
2727
[[maybe_unused]] const AVRational& timeBase,

0 commit comments

Comments
 (0)