From 78c6b2cadbdc936cf871ee49ad2acc9ace4fccd1 Mon Sep 17 00:00:00 2001 From: Aryan Salmanpour Date: Mon, 27 Jan 2025 11:20:31 -0500 Subject: [PATCH] Fix few typos - no functional changes (#114) --- CHANGELOG.md | 2 +- samples/jpegDecodePerf/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69e558d708..f83b095c84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/samples/jpegDecodePerf/README.md b/samples/jpegDecodePerf/README.md index 4d19731670..3632c11f9c 100644 --- a/samples/jpegDecodePerf/README.md +++ b/samples/jpegDecodePerf/README.md @@ -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.