From b511826c978427a19d034cc14c2df1b6b5b21dec Mon Sep 17 00:00:00 2001 From: Scott Schneider Date: Wed, 23 Jul 2025 12:00:58 -0700 Subject: [PATCH] Fix VideoDecoder note in the docs --- src/torchcodec/decoders/_video_decoder.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/torchcodec/decoders/_video_decoder.py b/src/torchcodec/decoders/_video_decoder.py index d7bd7a041..3cde55aca 100644 --- a/src/torchcodec/decoders/_video_decoder.py +++ b/src/torchcodec/decoders/_video_decoder.py @@ -38,6 +38,7 @@ class VideoDecoder: This can be either "NCHW" (default) or "NHWC", where N is the batch size, C is the number of channels, H is the height, and W is the width of the frames. + .. note:: Frames are natively decoded in NHWC format by the underlying