Skip to content

Commit b4efafb

Browse files
committed
Commas matter.
1 parent 25f3002 commit b4efafb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/torchcodec/_core/CpuDeviceInterface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ void CpuDeviceInterface::initializeVideo(
8989
// Note that we ensure that the transforms come BEFORE the format
9090
// conversion. This means that the transforms are applied in the frame's
9191
// original pixel format and colorspace.
92-
filters_ = filters.str() + filters_;
92+
filters_ = filters.str() + "," + filters_;
9393
}
9494

9595
initialized_ = true;

0 commit comments

Comments
 (0)