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