summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
Diffstat (limited to 'stream')
-rw-r--r--stream/tv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/stream/tv.c b/stream/tv.c
index 85a79267b6..b6d365429f 100644
--- a/stream/tv.c
+++ b/stream/tv.c
@@ -767,7 +767,6 @@ static demuxer_t* demux_open_tv(demuxer_t *demuxer)
case AF_FORMAT_MU_LAW:
case AF_FORMAT_A_LAW:
case AF_FORMAT_MPEG2:
- case AF_FORMAT_AC3:
default:
mp_tmsg(MSGT_TV, MSGL_ERR, "Audio type '%s (%x)' unsupported!\n",
af_fmt2str(audio_format, buf, 128), audio_format);