Skip to content

Commit 928ae4c

Browse files
committed
Remove unused field
1 parent 08fa176 commit 928ae4c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/torchcodec/_core/CpuDeviceInterface.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,6 @@ class CpuDeviceInterface : public DeviceInterface {
107107
// an explicit format conversion.
108108
std::string filters_ = "format=rgb24";
109109

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-
115110
// Values set during initialization and referred to in
116111
// getColorConversionLibrary().
117112
bool areTransformsSwScaleCompatible_;

0 commit comments

Comments
 (0)