summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-12-10 17:06:21 +0100
committerwm4 <wm4@nowhere>2012-12-11 00:37:54 +0100
commit74ab902dea669bb3d6d3769d8a96640ca538a535 (patch)
tree75442f79f59ce9f4c4948a90ba70c3a21f4ba776 /stream
parent071d24e19de6c2c0278e80f21e10572a4d694ddf (diff)
downloadmpv-74ab902dea669bb3d6d3769d8a96640ca538a535.tar.bz2
mpv-74ab902dea669bb3d6d3769d8a96640ca538a535.tar.xz
audio: remove support for native alaw/mulaw/adpcm output
This is considered a worthless feature. Note that alaw/mulaw/adpcm input is unaffected: such data is handed to libavcodec and "decoded" to linear PCM.
Diffstat (limited to 'stream')
-rw-r--r--stream/tv.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/stream/tv.c b/stream/tv.c
index e8346e1b15..e5e64dd636 100644
--- a/stream/tv.c
+++ b/stream/tv.c
@@ -784,9 +784,6 @@ static demuxer_t* demux_open_tv(demuxer_t *demuxer)
case AF_FORMAT_S32_BE:
sh_audio_format = 0x1; /* PCM */
break;
- case AF_FORMAT_IMA_ADPCM:
- case AF_FORMAT_MU_LAW:
- case AF_FORMAT_A_LAW:
case AF_FORMAT_MPEG2:
default:
mp_tmsg(MSGT_TV, MSGL_ERR, "Audio type '%s (%x)' unsupported!\n",