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 040321a commit edbb5e7Copy full SHA for edbb5e7
src/torchcodec/decoders/_core/AVIOContextHolder.h
@@ -31,7 +31,8 @@ namespace facebook::torchcodec {
31
// all of the above members. Base classes need to call
32
// createAVIOContext(), ideally in their constructor.
33
// 3. A generic handle for those that just need to manage having access to an
34
-// AVIOContext, but aren't necessarily concerned with how it was customized.
+// AVIOContext, but aren't necessarily concerned with how it was customized:
35
+// typically, the VideoDecoder.
36
class AVIOContextHolder {
37
public:
38
virtual ~AVIOContextHolder();
0 commit comments