PyAV-Org / PyAV

Pythonic bindings for FFmpeg's libraries.
https://pyav.basswood-io.com/
BSD 3-Clause "New" or "Revised" License
2.47k stars 360 forks source link

Fix `AudioLayout`'s "copy" constructor (fixes: #1434) #1435

Closed jlaine closed 3 months ago

jlaine commented 3 months ago

There are several places where AudioLayout instances can be created from another instance, for example the AudioCodecContext.layout setter, but this variant of the constructor is broken.