Skip to content

Commit 130b7e0

Browse files
committed
Formatting
1 parent 2089840 commit 130b7e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

decoder_native_transforms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ These three transforms are instructive, as they force us to consider:
3333
static. Resize is such an example.
3434
2. Transforms that involve randomness. The main question we need to resolve
3535
is when the random value is resolved. I think this comes down to: once
36-
upon Python VideoDecoder creation, or different for each frame decoded?
36+
upon Python `VideoDecoder` creation, or different for each frame decoded?
3737
I made the call above that it should be once upon Python `VideoDecoder`
3838
creation, but we need to make sure that lines up with what we think
3939
users will want.

0 commit comments

Comments
 (0)