We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2089840 commit 130b7e0Copy full SHA for 130b7e0
decoder_native_transforms.md
@@ -33,7 +33,7 @@ These three transforms are instructive, as they force us to consider:
33
static. Resize is such an example.
34
2. Transforms that involve randomness. The main question we need to resolve
35
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?
+ upon Python `VideoDecoder` creation, or different for each frame decoded?
37
I made the call above that it should be once upon Python `VideoDecoder`
38
creation, but we need to make sure that lines up with what we think
39
users will want.
0 commit comments