Fix few typos - no functional changes (#114)

[ROCm/rocjpeg commit: 78c6b2cadb]
Este commit está contenido en:
Aryan Salmanpour
2025-01-27 11:20:31 -05:00
cometido por GitHub
padre 7ac621e853
commit 65e206c531
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
+1 -1
Ver fichero
@@ -3,7 +3,7 @@
Documentation for rocJPEG is available at
[https://rocm.docs.amd.com/projects/rocJPEG/en/latest/](https://rocm.docs.amd.com/projects/rocJPEG/en/latest/)
## (Unreleased) rocJPEG 0.7.0
## (Unreleased) rocJPEG 0.8.0
### Changed
@@ -1,4 +1,4 @@
# JPEG decode multi-threads sample
# JPEG decode perf sample
The jpeg decode perf sample illustrates decoding JPEG images by batches of specified size with multiple threads using rocJPEG library to achieve optimal performance. The individual decoded images can be retrieved in one of the supported output format (i.e., native, yuv, y, rgb, rgb_planar). This sample can be configured with a device ID and optionally able to dump the output to a file.