Skip to content

Commit c06aa94

Browse files
committed
Cuda device convert frames function
1 parent f471776 commit c06aa94

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/torchcodec/_core/CudaDeviceInterface.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,7 @@ class CudaDeviceInterface : public DeviceInterface {
2828
const FrameDims& outputDims) override;
2929

3030
void convertAVFrameToFrameOutput(
31-
const VideoStreamOptions& videoStreamOptions,
32-
const AVRational& timeBase,
3331
UniqueAVFrame& avFrame,
34-
const FrameDims& outputDims,
3532
FrameOutput& frameOutput,
3633
std::optional<torch::Tensor> preAllocatedOutputTensor =
3734
std::nullopt) override;

0 commit comments

Comments
 (0)