0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 03:52:22 +02:00
mpv/audio/decode
sfan5 4c3ed843dc ad_spdif: fix segfault due to early deallocation
The avpkt was created once on decoder init but destroyed each time the
filter was destroyed, this obviously can't work. Move the packet alloc
to the filter init function instead.

fixes: 4574dd5dc6
2023-07-27 22:56:37 +02:00
..
ad_lavc.c ad_lavc: check for allocation failure 2023-06-22 18:13:11 +02:00
ad_spdif.c ad_spdif: fix segfault due to early deallocation 2023-07-27 22:56:37 +02:00