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 eb8de72 commit 4f7a4fbCopy full SHA for 4f7a4fb
src/torchcodec/_core/BetaCudaDeviceInterface.h
@@ -79,7 +79,7 @@ class BetaCudaDeviceInterface : public DeviceInterface {
79
bool occupied = false;
80
81
FrameBufferSlot() : guessedPts(-1), occupied(false) {
82
- memset(&dispInfo, 0, sizeof(dispInfo));
+ std::memset(&dispInfo, 0, sizeof(dispInfo));
83
}
84
};
85
0 commit comments