diff --git a/.github/workflows/smoke.yml b/.github/workflows/smoke.yml index 416f6fecb..40dcb3fe6 100644 --- a/.github/workflows/smoke.yml +++ b/.github/workflows/smoke.yml @@ -35,10 +35,8 @@ jobs: matrix: config: - {os: ubuntu-24.04, python: "3.12", ffmpeg: "7.1", extras: true} - - {os: ubuntu-24.04, python: "3.9", ffmpeg: "7.0.2"} - {os: ubuntu-24.04, python: "pypy3.10", ffmpeg: "7.1"} - {os: macos-14, python: "3.9", ffmpeg: "7.1"} - - {os: macos-14, python: "3.9", ffmpeg: "7.0.2"} env: PYAV_PYTHON: python${{ matrix.config.python }} @@ -112,7 +110,6 @@ jobs: matrix: config: - {os: windows-latest, python: "3.9", ffmpeg: "7.1"} - - {os: windows-latest, python: "3.9", ffmpeg: "7.0"} steps: - name: Checkout diff --git a/docs/conf.py b/docs/conf.py index b88dc7bd3..ba5e36500 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -243,8 +243,15 @@ def ffmpeg_role(name, rawtext, text, lineno, inliner, options={}, content=[]): "AVCodecContext.thread_count": "#aa852b6227d0778b62e9cc4034ad3720c", "AVCodecContext.thread_type": "#a7651614f4309122981d70e06a4b42fcb", "AVCodecContext.skip_frame": "#af869b808363998c80adf7df6a944a5a6", + "AVCodecContext.qmin": "#a3f63bc9141e25bf7f1cda0cef7cd4a60", + "AVCodecContext.qmax": "#ab015db3b7fcd227193a7c17283914187", "AVCodec.capabilities": "#af51f7ff3dac8b730f46b9713e49a2518", "AVCodecDescriptor.props": "#a9949288403a12812cd6e3892ac45f40f", + "AVCodecContext.bits_per_coded_sample": "#a3866500f51fabfa90faeae894c6e955c", + "AVFrame.color_range": "#a853afbad220bbc58549b4860732a3aa5", + "AVFrame.color_primaries": "#a59a3f830494f2ed1133103a1bc9481e7", + "AVFrame.color_trc": "#ab09abb126e3922bc1d010cf044087939", + "AVFrame.colorspace": "#a9262c231f1f64869439b4fe587fe1710", }.get(text, f"#{member}") url = base_url.format(struct_name) + fragment