Doc - Updates (#231)

This commit is contained in:
Kiriti Gowda
2024-02-09 10:31:44 -08:00
gecommit door GitHub
bovenliggende 9e6f2111c4
commit 5e5c92abb5
12 gewijzigde bestanden met toevoegingen van 55 en 49 verwijderingen
+1 -1
Bestand weergeven
@@ -1,6 +1,6 @@
# Video decode memory sample
The video decode memory sample illustrates a way to pass the data chunk-by-chunk sequentially to the FFMPEG demuxer which are then decoded on AMD hardware using rocDecode library.
The video decode memory sample illustrates a way to pass the data chunk-by-chunk sequentially to the FFMPEG demuxer which is then decoded on AMD hardware using rocDecode library.
The sample provides a user class `FileStreamProvider` derived from the existing `VideoDemuxer::StreamProvider` to read a video file and fill the buffer owned by the demuxer. It then takes frames from this buffer for further parsing and decoding.