Doc - Updates (#231)

[ROCm/rocdecode commit: 5e5c92abb5]
This commit is contained in:
Kiriti Gowda
2024-02-09 10:31:44 -08:00
committed by GitHub
parent 7fc7a3effc
commit 1b4792c45c
12 changed files with 55 additions and 49 deletions
@@ -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.