mpv/audio/decode
wm4 addfcf9ce3 audio: better rejection of invalid formats
This includes the case when lavc decodes audio with more than 8
channels, which our audio chain currently does not support.

the changes in ad_lavc.c are just simplifications. The code tried to
avoid overriding global parameters if it found something invalid, but
that is not needed anymore.
2013-11-27 00:16:05 +01:00
..
ad.h audio: remove ad_driver.preinit 2013-11-23 21:26:04 +01:00
ad_lavc.c audio: better rejection of invalid formats 2013-11-27 00:16:05 +01:00
ad_mpg123.c audio: remove ad_driver.preinit 2013-11-23 21:26:04 +01:00
ad_spdif.c audio: remove ad_driver.preinit 2013-11-23 21:26:04 +01:00
dec_audio.c audio: better rejection of invalid formats 2013-11-27 00:16:05 +01:00
dec_audio.h audio: remove ad_driver.preinit 2013-11-23 21:26:04 +01:00