]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update RELEASENOTES-DEVELOPMENT.md
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Tue, 16 Jul 2024 11:32:23 +0000 (12:32 +0100)
committerGitHub <noreply@github.com>
Tue, 16 Jul 2024 11:32:23 +0000 (12:32 +0100)
RELEASENOTES-DEVELOPMENT.md

index 607abf9f33478b8f6f2add5d57f685110211f650..895c5f14134fd9d7a41f5c6c77e87b4b7ea9ba0c 100644 (file)
@@ -1,3 +1,8 @@
+Version 4.3.5-dev-1-g9909bc21
+==
+**Bug Fix**
+* Use `(AVChannelLayout)AV_CHANNEL_LAYOUT_STEREO` now in place of bit-mapped `AV_CH_LAYOUT_STEREO` when setting up the FFmpeg software resampler with `swr_init()`. It was possible to do this starting at FFmpeg 5.1, but is mandatory in FFmpeg 7. Also remove now-deprecated `avcodec_close`. Thanks to [Deyan Dragov](https://github.com/itsdeyan) for the [report](https://github.com/mikebrady/shairport-sync/issues/1876).
+
 Version 4.3.4-dev-25-g15a7090a
 ==
 **Change**