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 25f3002 commit b4efafbCopy full SHA for b4efafb
src/torchcodec/_core/CpuDeviceInterface.cpp
@@ -89,7 +89,7 @@ void CpuDeviceInterface::initializeVideo(
89
// Note that we ensure that the transforms come BEFORE the format
90
// conversion. This means that the transforms are applied in the frame's
91
// original pixel format and colorspace.
92
- filters_ = filters.str() + filters_;
+ filters_ = filters.str() + "," + filters_;
93
}
94
95
initialized_ = true;
0 commit comments