decoder/ffmpeg: add libfmt formatter for AVSampleFormat

Fixes compiler warning because formatting unscoped enums is deprecated
since libfmt 9.
This commit is contained in:
Max Kellermann
2022-09-28 11:15:07 +02:00
parent 7ab0dfc8ce
commit 76efea3aa7
3 changed files with 42 additions and 0 deletions

2
NEWS
View File

@@ -1,4 +1,6 @@
ver 0.23.10 (not yet released)
* decoder
- ffmpeg: fix libfmt 9 compiler warning
* encoder
- flac: fix failure when libFLAC is built without Ogg support
* Windows