mpv/audio/decode
wm4 57048c7393 audio: add --audio-spdif as new method for enabling passthrough
This provides a new method for enabling spdif passthrough. The old
method via --ad (--ad=spdif:ac3 etc.) is deprecated. The deprecated
method will probably stop working at some point.

This also supports PCM fallback. One caveat is that it will lose at
least 1 audio packet in doing so. (I don't care enough to prevent this.)

(This is named after the old S/PDIF connector, because it uses the same
underlying technology as far as the higher level protoco is concerned.
Also, the user should be renamed that passthrough is backwards.)
2015-06-05 22:42:59 +02:00
..
ad.h Update license headers 2015-04-13 12:10:01 +02:00
ad_lavc.c player: change video-bitrate and audio-bitrate properties 2015-04-20 20:52:16 +02:00
ad_spdif.c ad_spdif: use a pseudo codec entry to select DTS-HD instead of an option 2015-06-05 22:34:48 +02:00
dec_audio.c audio: add --audio-spdif as new method for enabling passthrough 2015-06-05 22:42:59 +02:00
dec_audio.h audio: add --audio-spdif as new method for enabling passthrough 2015-06-05 22:42:59 +02:00