Skip to content

1, Update mix_presentation_id after intelligently selecting mix presentation 2, Support decoding MP4 when IAMF is not the first track #90

1, Update mix_presentation_id after intelligently selecting mix presentation 2, Support decoding MP4 when IAMF is not the first track

1, Update mix_presentation_id after intelligently selecting mix presentation 2, Support decoding MP4 when IAMF is not the first track #90

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
linux-amd64:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Build
uses: ./.github/actions/libiamf-builder
macos-arm64:
runs-on: macos-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Build
uses: ./.github/actions/libiamf-builder
with:
build-options: -DCODEC_CAP=off
macos-amd64:
runs-on: macos-12
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Build
uses: ./.github/actions/libiamf-builder
with:
build-options: -DCODEC_CAP=off