mpv/audio/decode
wm4 1f9e0a15a1 ad_lavc: drop questionable fallback code
If the decoder didn't set a samplerate, it was initialized from the
container samplerate.

This probably didn't make much sense, because it's passed to the
decoder on initialization (so it could definitely use it). It's an
artifact from commit 66a9eb57 (which removed some Matroska-specific non-
sense), and I've never seen it actually happen since it was made into a
warning. Just get rid of it.
2014-07-21 19:29:58 +02:00
..
ad.h Split mpvcore/ into common/, misc/, bstr/ 2013-12-17 02:39:45 +01:00
ad_lavc.c ad_lavc: drop questionable fallback code 2014-07-21 19:29:58 +02:00
ad_mpg123.c audio: use symbolic constants instead of magic integers 2014-07-20 20:42:03 +02:00
ad_spdif.c audio: use symbolic constants instead of magic integers 2014-07-20 20:42:03 +02:00
dec_audio.c audio: remove unused metadata field 2014-07-21 19:29:58 +02:00
dec_audio.h audio: remove unused metadata field 2014-07-21 19:29:58 +02:00