File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -268,22 +268,10 @@ class SingleStreamDecoder {
268268 UniqueAVFrame& avFrame,
269269 std::optional<torch::Tensor> preAllocatedOutputTensor = std::nullopt );
270270
271- void convertAVFrameToFrameOutputOnCPU (
272- UniqueAVFrame& avFrame,
273- FrameOutput& frameOutput,
274- std::optional<torch::Tensor> preAllocatedOutputTensor = std::nullopt );
275-
276271 void convertAudioAVFrameToFrameOutputOnCPU (
277272 UniqueAVFrame& srcAVFrame,
278273 FrameOutput& frameOutput);
279274
280- torch::Tensor convertAVFrameToTensorUsingFilterGraph (
281- const UniqueAVFrame& avFrame);
282-
283- int convertAVFrameToTensorUsingSwsScale (
284- const UniqueAVFrame& avFrame,
285- torch::Tensor& outputTensor);
286-
287275 std::optional<torch::Tensor> maybeFlushSwrBuffers ();
288276
289277 // --------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments