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 --- m_option.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'm_option.c') diff --git a/m_option.c b/m_option.c index 8c5c42982d..a4c5950b5a 100644 --- a/m_option.c +++ b/m_option.c @@ -1146,7 +1146,9 @@ static struct { {"mulaw", AF_FORMAT_MU_LAW}, {"alaw", AF_FORMAT_A_LAW}, {"mpeg2", AF_FORMAT_MPEG2}, - {"ac3", AF_FORMAT_AC3}, + {"ac3le", AF_FORMAT_AC3_LE}, + {"ac3be", AF_FORMAT_AC3_BE}, + {"ac3ne", AF_FORMAT_AC3_NE}, {"imaadpcm", AF_FORMAT_IMA_ADPCM}, // ORIDNARY {"u8", AF_FORMAT_U8}, -- cgit v1.2.3