mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-02-18 23:15:56 -05:00
This fixes deprecation warnings since the channels member of AVCodecContext is marked as deprecated [1], as well as the channels member of AVFrame [2]. In all instances where a warning appear, a switch to the new API is done. [1] lavc: switch to the new channel layout API FFmpeg/FFmpeg@548aeb9 [2] Bump minor versions after the channel layout changes FFmpeg/FFmpeg@cdba98bb80 Signed-off-by: pkv <pkv@obsproject.com>