Skip to content

Added Q416 fourcc (three-plane 16-bit YUV 4:4:4) #316

Added Q416 fourcc (three-plane 16-bit YUV 4:4:4)

Added Q416 fourcc (three-plane 16-bit YUV 4:4:4) #316

Workflow file for this run

name: style
on: [push, pull_request]
jobs:
style-check:
runs-on: ubuntu-22.04
steps:
- name: 'Checkout'
uses: actions/checkout@v4
- name: 'Install prerequisites'
run: |
sudo apt-get update
sudo apt-get install -y \
astyle
- name: 'Check for style changes'
run: ./style_unify && .github/workflows/style.sh