Skip to content

Commit a98c032

Browse files
authored
Fix VideoDecoder note in the docs (#787)
1 parent 784003f commit a98c032

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/torchcodec/decoders/_video_decoder.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ class VideoDecoder:
3838
This can be either "NCHW" (default) or "NHWC", where N is the batch
3939
size, C is the number of channels, H is the height, and W is the
4040
width of the frames.
41+
4142
.. note::
4243
4344
Frames are natively decoded in NHWC format by the underlying

0 commit comments

Comments
 (0)