Skip to content

Commit 4c4912f

Browse files
authored
Merge branch 'main' into ficencodedocs
2 parents 629d6d1 + 196d970 commit 4c4912f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchvision/io/image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ def decode_heic(input: torch.Tensor, mode: ImageReadMode = ImageReadMode.UNCHANG
478478
"""Decode an HEIC image into a 3 dimensional RGB[A] Tensor.
479479
480480
.. warning::
481-
In order to enable the AVIF decoding capabilities of torchvision, you
481+
In order to enable the HEIC decoding capabilities of torchvision, you
482482
first need to run ``pip install torchvision-extra-decoders``. Just
483483
install the package, you don't need to update your code. This is only
484484
supported on Linux, and this feature is still in BETA stage. Please let

0 commit comments

Comments
 (0)