Skip to content

Commit 705d1ef

Browse files
committed
Comment formatting pedantry
1 parent d8b7ed0 commit 705d1ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/torchcodec/decoders/_video_decoder.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,9 @@ def _make_transform_specs(
496496
# actually have a pipeline where the output of one transform is the input to
497497
# the next. For example, if we have the transforms list [A, B, C, D], then
498498
# we should understand that as:
499+
#
499500
# A -> B -> C -> D
501+
#
500502
# Where the frame produced by A is the input to B, the frame produced by B
501503
# is the input to C, etc. This particularly matters for frame dimensions.
502504
# Transforms can both:

0 commit comments

Comments
 (0)