mpv/audio/decode
wm4 3b8dfddb4c audio/filter: use new option API
Make the VF/VO/AO option parser available to audio filters. No audio
filter uses this yet, but it's still a quite intrusive change.

In particular, the commands for manipulating filters at runtime
completely change. We delete the old code, and use the same
infrastructure as for video filters. (This forces complete
reinitialization of the filter chain, which hopefully isn't a problem
for any use cases. The old code forced reinitialization too, but it
could potentially allow a filter to cache things; e.g. consider loaded
ladspa plugins and such.)
2013-07-22 15:11:03 +02:00
..
ad.h audio/decode: remove macro crap 2013-07-22 14:41:56 +02:00
ad_lavc.c audio/decode: remove macro crap 2013-07-22 14:41:56 +02:00
ad_mpg123.c audio/decode: remove macro crap 2013-07-22 14:41:56 +02:00
ad_spdif.c audio/decode: remove macro crap 2013-07-22 14:41:56 +02:00
dec_audio.c audio/filter: use new option API 2013-07-22 15:11:03 +02:00
dec_audio.h audio/filter: use new option API 2013-07-22 15:11:03 +02:00