Update ffmpeg version
authorStéphane Cerveau <scerveau@igalia.com>
Thu, 27 Oct 2022 12:16:04 +0000 (14:16 +0200)
committerMatthew Netsch <quic_mnetsch@quicinc.com>
Mon, 30 Jan 2023 17:25:29 +0000 (17:25 +0000)
commitd562aad8811e83083ae11be25a8ff4ac9fa0a663
treee1b4c2e453f4cd5f36aece0136c6f470e120a1ac
parentf2876c0c252036f4ea13ff36ae34ef711d7b35eb
Update ffmpeg version

Mismatch ffmpeg version was causing crash
Cleanup ffmpeg multiplatform support
Avoid special ffmpeg case in SourcePackage definition
Update the samples to use only elementary streams
generated with:

ffmpeg -i sample.mp4 -vcodec copy sample.h264

Affect tests:

dEQP-VK.video.*

Components: Framework, Vulkan

VK-GL-CTS issue: 4227

Change-Id: I880f77ae3d5bbf468e6273b3825ea38741ab46d4
13 files changed:
external/fetch_sources.py
external/vulkancts/data/vulkan/video/clip-a.h264 [new file with mode: 0644]
external/vulkancts/data/vulkan/video/clip-a.mp4 [deleted file]
external/vulkancts/data/vulkan/video/clip-b.h264 [new file with mode: 0644]
external/vulkancts/data/vulkan/video/clip-b.mp4 [deleted file]
external/vulkancts/data/vulkan/video/clip-c.h264 [new file with mode: 0644]
external/vulkancts/data/vulkan/video/clip-c.mp4 [deleted file]
external/vulkancts/data/vulkan/video/clip-d.h265 [new file with mode: 0644]
external/vulkancts/data/vulkan/video/clip-d.mp4 [deleted file]
external/vulkancts/data/vulkan/video/jellyfish-250-mbps-4k-uhd-GOB-IPB13.h264 [moved from external/vulkancts/data/vulkan/video/jellyfish-250-mbps-4k-uhd-GOB-IPB13.h264.mp4 with 99% similarity]
external/vulkancts/data/vulkan/video/jellyfish-250-mbps-4k-uhd-GOB-IPB13.h265 [moved from external/vulkancts/data/vulkan/video/jellyfish-250-mbps-4k-uhd-GOB-IPB13.h265.mp4 with 99% similarity]
external/vulkancts/modules/vulkan/video/vktVideoSessionFfmpegUtils.cpp
external/vulkancts/modules/vulkan/video/vktVideoTestUtils.cpp