This repository has been archived by the owner on Jan 10, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mod_decoding: add missing <libavutil/channel_layout.h> include
av_get_channel_layout_string() is declared by libavutil/channel_layout.h. Fixes the following build error with FFmpeg >= 5.0: mod_decoding.c:122:5: error: implicit declaration of function 'av_get_channel_layout_string' is invalid in C99
- Loading branch information