Skip to content

Commit c04f6e6

Browse files
committed
Add more doc links
1 parent fb6cf4e commit c04f6e6

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/smoke.yml

-3
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,8 @@ jobs:
3535
matrix:
3636
config:
3737
- {os: ubuntu-24.04, python: "3.12", ffmpeg: "7.1", extras: true}
38-
- {os: ubuntu-24.04, python: "3.9", ffmpeg: "7.0.2"}
3938
- {os: ubuntu-24.04, python: "pypy3.10", ffmpeg: "7.1"}
4039
- {os: macos-14, python: "3.9", ffmpeg: "7.1"}
41-
- {os: macos-14, python: "3.9", ffmpeg: "7.0.2"}
4240

4341
env:
4442
PYAV_PYTHON: python${{ matrix.config.python }}
@@ -112,7 +110,6 @@ jobs:
112110
matrix:
113111
config:
114112
- {os: windows-latest, python: "3.9", ffmpeg: "7.1"}
115-
- {os: windows-latest, python: "3.9", ffmpeg: "7.0"}
116113

117114
steps:
118115
- name: Checkout

docs/conf.py

+7
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,15 @@ def ffmpeg_role(name, rawtext, text, lineno, inliner, options={}, content=[]):
243243
"AVCodecContext.thread_count": "#aa852b6227d0778b62e9cc4034ad3720c",
244244
"AVCodecContext.thread_type": "#a7651614f4309122981d70e06a4b42fcb",
245245
"AVCodecContext.skip_frame": "#af869b808363998c80adf7df6a944a5a6",
246+
"AVCodecContext.qmin": "#a3f63bc9141e25bf7f1cda0cef7cd4a60",
247+
"AVCodecContext.qmax": "#ab015db3b7fcd227193a7c17283914187",
246248
"AVCodec.capabilities": "#af51f7ff3dac8b730f46b9713e49a2518",
247249
"AVCodecDescriptor.props": "#a9949288403a12812cd6e3892ac45f40f",
250+
"AVCodecContext.bits_per_coded_sample": "#a3866500f51fabfa90faeae894c6e955c",
251+
"AVFrame.color_range": "#a853afbad220bbc58549b4860732a3aa5",
252+
"AVFrame.color_primaries": "#a59a3f830494f2ed1133103a1bc9481e7",
253+
"AVFrame.color_trc": "#ab09abb126e3922bc1d010cf044087939",
254+
"AVFrame.colorspace": "#a9262c231f1f64869439b4fe587fe1710",
248255
}.get(text, f"#{member}")
249256

250257
url = base_url.format(struct_name) + fragment

0 commit comments

Comments
 (0)