Commit 50c1e373 authored by skidoo23's avatar skidoo23 Committed by Max Kellermann

decoder/ffmpeg: Fix build error with ffmpeg 6.1

parent 7a939746
ver 0.23.15 (not yet released)
* decoder
- ffmpeg: fix build failure with FFmpeg 6.1
ver 0.23.14 (2023/10/08)
* decoder
......
......@@ -26,6 +26,9 @@
extern "C" {
#include <libavutil/mem.h>
#if LIBAVUTIL_VERSION_INT >= AV_VERSION_INT(58, 29, 100)
#include <libavutil/error.h>
#endif
}
AvioStream::~AvioStream()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment