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 08fa176 commit 928ae4cCopy full SHA for 928ae4c
src/torchcodec/_core/CpuDeviceInterface.h
@@ -107,11 +107,6 @@ class CpuDeviceInterface : public DeviceInterface {
107
// an explicit format conversion.
108
std::string filters_ = "format=rgb24";
109
110
- // The flags we supply to swsContext_, if it used. The flags control the
111
- // resizing algorithm. We default to bilinear. Users can override this with a
112
- // ResizeTransform.
113
- int swsFlags_ = SWS_BILINEAR;
114
-
115
// Values set during initialization and referred to in
116
// getColorConversionLibrary().
117
bool areTransformsSwScaleCompatible_;
0 commit comments