Skip to content

Commit edbb5e7

Browse files
scottsNicolasHug
andauthored
Update src/torchcodec/decoders/_core/AVIOContextHolder.h
Co-authored-by: Nicolas Hug <[email protected]>
1 parent 040321a commit edbb5e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/torchcodec/decoders/_core/AVIOContextHolder.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ namespace facebook::torchcodec {
3131
// all of the above members. Base classes need to call
3232
// createAVIOContext(), ideally in their constructor.
3333
// 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.
34+
// AVIOContext, but aren't necessarily concerned with how it was customized:
35+
// typically, the VideoDecoder.
3536
class AVIOContextHolder {
3637
public:
3738
virtual ~AVIOContextHolder();

0 commit comments

Comments
 (0)