File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ CudaDeviceInterface::~CudaDeviceInterface() {
187187
188188void 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) {
Original file line number Diff line number Diff 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,
You can’t perform that action at this time.
0 commit comments