Properly remove AC3 transcoding filter when it is to be disabled
Somehow the existing code expected the "af" option (audio filter list)
would be reset before running this function. This doesn't ever happen.
So make sure it is removed.
Also, instead of overwriting the "af" option, just add or remove the
transcoding filter by using a command. (Seems like people are starting
to add custom stuff to mpv.conf, and this would overwrite custom audio
filters. As long as avoiding conflict stays relatively easy, it's
probably a good idea to do so.)