]> git.alsa-project.org Git - tinycompress.git/commit
ffplay: Use new ffmpeg channel layout API
authorfossdd <fossdd@pwned.life>
Wed, 9 Oct 2024 11:22:32 +0000 (13:22 +0200)
committerVinod Koul <3178504+vinodkoul@users.noreply.github.com>
Wed, 9 Oct 2024 11:31:31 +0000 (17:01 +0530)
commit4103cefdb477f2b8ad21e892c50041ba29316d10
tree19a7e9767437fc97e5d2104cdaaadf90d42f5095
parente98e500873c9c4fdd752d1c85b6116da426a8a70
ffplay: Use new ffmpeg channel layout API

AVCodecParameters.channels got removed in ffmpeg 7 in favour of the new
channel layout API.

https://github.com/FFmpeg/FFmpeg/commit/65ddc74988245a01421a63c5cffa4d900c47117c

Co-Authored-By: Antonio Rojas <arojas@archlinux.org>
src/utils-lgpl/fcplay.c