Skip to content

Commit af8d0fa

Browse files
committed
refactor: mp4
1 parent 6cafac7 commit af8d0fa

File tree

701 files changed

+241568
-18817
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

701 files changed

+241568
-18817
lines changed

.github/workflows/ci-test.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@ jobs:
4040
with:
4141
name: bazel-diff-impacted-targets
4242

43+
- name: Download ISOBMFF conformance samples
44+
shell: bash
45+
run: |
46+
mkdir -p ./assets/isobmff_conformance
47+
curl -Lo ./assets/isobmff_conformance/files.json https://github.com/MPEGGroup/FileFormatConformance/releases/download/r20250526/files.json
48+
curl -Lo ./assets/isobmff_conformance/conformance-files.tar.gz https://github.com/MPEGGroup/FileFormatConformance/releases/download/r20250526/conformance-files.tar.gz
49+
tar xf ./assets/isobmff_conformance/conformance-files.tar.gz --directory=./assets/isobmff_conformance
50+
4351
- name: Run Tests
4452
id: run
4553
env:

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,6 @@ MODULE.bazel.lock
4646

4747
# diesel
4848
.diesel_lock
49+
50+
# ISOBMFF file conformance
51+
assets/isobmff_conformance/

0 commit comments

Comments
 (0)