From 33bc71f10d0218a99128b6a786357f8c60ba821e Mon Sep 17 00:00:00 2001 From: reimar Date: Mon, 11 Jan 2010 20:27:52 +0000 Subject: Add support for distinguishing between little- and big-endian SPDIF AC3 and converting between both. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30283 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/tv.c | 1 - 1 file changed, 1 deletion(-) (limited to 'stream/tv.c') diff --git a/stream/tv.c b/stream/tv.c index 6d4609840b..63497472c9 100644 --- a/stream/tv.c +++ b/stream/tv.c @@ -760,7 +760,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_msg(MSGT_TV, MSGL_ERR, MSGTR_TV_UnsupportedAudioType, af_fmt2str(audio_format, buf, 128), audio_format); -- cgit v1.2.3