From 817b9f44af4b591d52f77b59d0aa9782b15dafd5 Mon Sep 17 00:00:00 2001 From: Aryan Salmanpour Date: Wed, 15 Nov 2023 10:57:55 -0500 Subject: [PATCH] Update the make test and Readme by removing the H.264 (#63) [ROCm/rocdecode commit: c44a000c73c3ee06e53046f3ea0555457be7d36f] --- projects/rocdecode/README.md | 1 - projects/rocdecode/samples/CMakeLists.txt | 11 +++-------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/projects/rocdecode/README.md b/projects/rocdecode/README.md index 22b250194d..5bef94993d 100644 --- a/projects/rocdecode/README.md +++ b/projects/rocdecode/README.md @@ -2,7 +2,6 @@ rocDecode is a high performance video decode SDK for AMD hardware. rocDecode API lets developers access the video decoding features available on the GPU. ## Supported Codecs -* H.264 - 8 bit * H.265 (HEVC) - 8 bit, and 10 bit ## Prerequisites: diff --git a/projects/rocdecode/samples/CMakeLists.txt b/projects/rocdecode/samples/CMakeLists.txt index d48c216168..c524ac736b 100644 --- a/projects/rocdecode/samples/CMakeLists.txt +++ b/projects/rocdecode/samples/CMakeLists.txt @@ -26,17 +26,12 @@ set(ROC_VIDEO_DEC_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../utils/rocvideodecode) # videoDecode add_test( NAME - video_decode-H264 + video_decode-H265 COMMAND "${CMAKE_CTEST_COMMAND}" --build-and-test "${CMAKE_CURRENT_SOURCE_DIR}/videoDecode" "${CMAKE_CURRENT_BINARY_DIR}/videoDecode" --build-generator "${CMAKE_GENERATOR}" --test-command "videodecode" - -i ${CMAKE_SOURCE_DIR}/data/videos/AMD_driving_virtual_20-H264.mp4 -) - -add_test(NAME video_decode-H265 - COMMAND videodecode - -i ${CMAKE_SOURCE_DIR}/data/videos/AMD_driving_virtual_20-H265.mp4 - WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/videoDecode) + -i ${CMAKE_SOURCE_DIR}/data/videos/AMD_driving_virtual_20-H265.mp4 -z +) \ No newline at end of file