Skip to content

Commit 6fbedd3

Browse files
authored
Merge branch 'main' into nvjpeg-ci
2 parents a561801 + c035598 commit 6fbedd3

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/spdl/io/_core.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -555,12 +555,14 @@ class NvDecDecoder:
555555
applying bit stream filter while demuxing or after demuxing.
556556
See the examples bellow.
557557
558-
.. admonition:: Example - decoding the whole video
558+
.. seealso::
559559
560-
.. seealso::
560+
- :py:func:`decode_packets_nvdec`: Decode video packets using
561+
NVDEC.
562+
- :py:func:`streaming_load_video_nvdec`: Decode video frames
563+
from source in streaming fashion.
561564
562-
:py:func:`decode_packets_nvdec`: Decode video packets using
563-
NVDEC.
565+
.. admonition:: Example - decoding the whole video
564566
565567
.. code-block::
566568

0 commit comments

Comments
 (0)