Files
Kacper Michajłow 24500c5e27 f_decoder_wrapper: fix decoder name/desc allocation parent
Those strings has to be owned by mp_codec_params, not decoder wrapper
priv.

Our assumption is that we set those strings here once on decoder init
and they will not be changes during the life time of the
mp_codec_params, hence why we need to make sure they are not deallocated
too soon, in case they happen to be in use.

Fixes, use after free in some cases, when tracks are deselected.
2026-03-11 00:20:22 +01:00
..
2025-03-04 20:07:29 +01:00
2025-01-04 15:59:49 +02:00
2025-04-27 00:10:31 +02:00
2025-04-27 00:10:31 +02:00
2025-03-04 20:07:29 +01:00
2022-04-25 09:07:18 -04:00
2023-03-28 19:29:44 +00:00
2025-03-04 20:07:29 +01:00
2025-03-04 20:07:29 +01:00
2019-09-19 20:37:04 +02:00