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 c1555c2 commit a3f6b9eCopy full SHA for a3f6b9e
src/torchcodec/decoders/_core/AVIOContextHolder.h
@@ -14,7 +14,7 @@ namespace facebook::torchcodec {
14
//
15
// 1. It is a smart pointer for the AVIOContext. It has the logic to create
16
// a new AVIOContext and will appropriately free the AVIOContext when it
17
-// goes out of scope. Note that this requires more than just the having a
+// goes out of scope. Note that this requires more than just having a
18
// UniqueAVIOContext, as the AVIOContext points to a buffer which must be
19
// freed.
20
// 2. It is a base class for AVIOContext specializations. When specializing a
0 commit comments