Skip to content

Commit 17137ed

Browse files
committed
Use latest ffmpeg
1 parent c5cd12b commit 17137ed

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@ We are operating with `semantic versioning <https://semver.org>`_.
1717
are merged into the "default" branch.
1818

1919

20-
next
21-
----
20+
v16.1.0
21+
-------
2222

2323
Features:
2424

25+
- Add support for Intel QSV codecs by :gh-user:`ladaapp`.
2526
- Add AMD AMF hardware decoding by :gh-user:`ladaapp2`.
2627
- Add subtitle encoding support by :gh-user:`skeskinen` in (:pr:`2050`).
2728
- Add read/write access to PacketSideData by :gh-user:`skeskinen` in (:pr:`2051`).

scripts/ffmpeg-8.0.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"url": "https://github.com/PyAV-Org/pyav-ffmpeg/releases/download/8.0.1-1/ffmpeg-{platform}.tar.gz"
2+
"url": "https://github.com/PyAV-Org/pyav-ffmpeg/releases/download/8.0.1-2/ffmpeg-{platform}.tar.gz"
33
}

scripts/ffmpeg-latest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"url": "https://github.com/PyAV-Org/pyav-ffmpeg/releases/download/8.0.1-1/ffmpeg-{platform}.tar.gz"
2+
"url": "https://github.com/PyAV-Org/pyav-ffmpeg/releases/download/8.0.1-2/ffmpeg-{platform}.tar.gz"
33
}

0 commit comments

Comments
 (0)