From e052a744545c84c1250fc4bd3dd7055014fdb02a Mon Sep 17 00:00:00 2001 From: Lakshmi Kumar Date: Mon, 2 Jun 2025 06:54:18 -0700 Subject: [PATCH] update readme (#595) [ROCm/rocdecode commit: 94356320b156fb1910e215eb40b027cf2fa2c85f] --- projects/rocdecode/samples/videoDecodeBatch/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/projects/rocdecode/samples/videoDecodeBatch/README.md b/projects/rocdecode/samples/videoDecodeBatch/README.md index e418eac250..71be0a4e5d 100644 --- a/projects/rocdecode/samples/videoDecodeBatch/README.md +++ b/projects/rocdecode/samples/videoDecodeBatch/README.md @@ -32,4 +32,7 @@ make -j ./videodecodebatch -i -t -d = 0) [optional - default:0]> + -o Directory for output YUV files - optional + -m output_surface_memory_type - decoded surface memory; optional; default - 3 [0 : OUT_SURFACE_MEM_DEV_INTERNAL/ 1 : OUT_SURFACE_MEM_DEV_COPIED/ 2 : OUT_SURFACE_MEM_HOST_COPIED/ 3 : OUT_SURFACE_MEM_NOT_MAPPED] + -disp_delay -specify the number of frames to be delayed for display; optional; default: 1 ``` \ No newline at end of file