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 f471776 commit c06aa94Copy full SHA for c06aa94
src/torchcodec/_core/CudaDeviceInterface.h
@@ -28,10 +28,7 @@ class CudaDeviceInterface : public DeviceInterface {
28
const FrameDims& outputDims) override;
29
30
void convertAVFrameToFrameOutput(
31
- const VideoStreamOptions& videoStreamOptions,
32
- const AVRational& timeBase,
33
UniqueAVFrame& avFrame,
34
- const FrameDims& outputDims,
35
FrameOutput& frameOutput,
36
std::optional<torch::Tensor> preAllocatedOutputTensor =
37
std::nullopt) override;
0 commit comments