avcodec: update audio encoder to use ch_layout for channel ordering
- Jul 06, 2023
-
-
channels and channel_layout has been deprecated in FFMPEG 5.1 and will be removed eventually also always create the mapping, as ch_layout is always there
-
conditioned to avcodec version where is it added
c4302ca5 -
Allows to have less conditions in code when adding new ch_layout use
29747a8a
-