summaryrefslogtreecommitdiffstats
path: root/audio/chmap_avchannel.c
Commit message (Collapse)AuthorAgeFilesLines
* audio: add AVChannelLayout helpers to convert from/to mp_chmapJan Ekström2022-06-121-0/+51
This is the new FFmpeg channel layout structure, which now combines channel count and layout into a single location. Only unspecified (channel count only) and native (channel layout mask based) layouts are currently supported for the initial move towards non-deprecated APIs.