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 cc4e2ec commit f471776Copy full SHA for f471776
src/torchcodec/_core/Transform.h
@@ -15,6 +15,7 @@ namespace facebook::torchcodec {
15
class Transform {
16
public:
17
virtual std::string getFilterGraphCpu() const = 0;
18
+ virtual ~Transform() = default;
19
20
// If the transformation does not change the output frame dimensions, then
21
// there is no need to override this member function. The default
0 commit comments