Skip to content

Commit 72f6404

Browse files
committed
Nit comment
1 parent a0ecb95 commit 72f6404

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/torchcodec/_core/CpuDeviceInterface.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ void CpuDeviceInterface::convertAVFrameToFrameOutput(
126126

127127
frameOutput.data = outputTensor;
128128
} else if (colorConversionLibrary == ColorConversionLibrary::FILTERGRAPH) {
129+
// See comment above in swscale branch about the filterGraphContext_
130+
// creation. creation
129131
FiltersContext filtersContext;
130132

131133
filtersContext.inputWidth = avFrame->width;

0 commit comments

Comments
 (0)