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 ff35e16 commit ca9f0e6Copy full SHA for ca9f0e6
examples/basic_example.py
@@ -66,7 +66,7 @@ def plot(frames: torch.Tensor, title : Optional[str] = None):
66
decoder = VideoDecoder(raw_video_bytes)
67
68
# %%
69
-# The has not yet been decoded by the decoder, but we already have access to
+# The video has not yet been decoded by the decoder, but we already have access to
70
# some metadata via the ``metadata`` attribute which is a
71
# :class:`~torchcodec.decoders.VideoStreamMetadata` object.
72
print(decoder.metadata)
0 commit comments