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 a0ecb95 commit 72f6404Copy full SHA for 72f6404
src/torchcodec/_core/CpuDeviceInterface.cpp
@@ -126,6 +126,8 @@ void CpuDeviceInterface::convertAVFrameToFrameOutput(
126
127
frameOutput.data = outputTensor;
128
} else if (colorConversionLibrary == ColorConversionLibrary::FILTERGRAPH) {
129
+ // See comment above in swscale branch about the filterGraphContext_
130
+ // creation. creation
131
FiltersContext filtersContext;
132
133
filtersContext.inputWidth = avFrame->width;
0 commit comments