Files
mpv/player
wm4 579c4dac34 audio: change a detail about filter insertion
The af_add() function has a problem: if the inserted filter returns
AF_DETACH during init, the function will have a dangling pointer. Until
now this was avoided by making sure none of the used filters actually
return AF_DETACH, but it's getting infeasible.

Solve this by requiring passing an unique label to af_add(), which is
then used instead of the pointer.
2015-04-07 21:24:22 +02:00
..
2015-03-24 22:04:27 +01:00
2015-03-23 18:07:33 +01:00
2015-03-20 00:36:42 +01:00
2015-04-01 23:59:15 +02:00
2014-11-18 20:28:54 +01:00
2013-12-17 00:53:22 +01:00
2015-04-02 23:54:08 +02:00