Skip to content

Commit 6af1d1d

Browse files
committed
refactor: mp4
1 parent b385ecd commit 6af1d1d

File tree

754 files changed

+242370
-19142
lines changed

Some content is hidden

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

754 files changed

+242370
-19142
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
@@ -43,3 +43,6 @@ MODULE.bazel.lock
4343

4444
# Turbo
4545
.turbo/
46+
47+
# ISOBMFF file conformance
48+
assets/isobmff_conformance/

0 commit comments

Comments
 (0)