audio: do not run the AC-3 parser on byte-swapped AC-3
commit7a3fd839efe870575c94ffc856d625f78145a7f4
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>
Sat, 5 Mar 2011 12:03:03 +0000 (5 12:03 +0000)
committerUoti Urpala <uau@mplayer2.org>
Wed, 13 Apr 2011 00:10:33 +0000 (13 03:10 +0300)
treea10d043992a62d9df7b67fd9061048fb6cd68041
parent4496b90f8bbc79cbccc5f17fd08678909a889e43
audio: do not run the AC-3 parser on byte-swapped AC-3

Libavcodec has no parser that would work on byte-swapped AC3, but at
least don't run the normal AC-3 one which would only break things.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@33026 b3059339-0415-0410-9bf9-f77b7e298cf2

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@33027 b3059339-0415-0410-9bf9-f77b7e298cf2
libmpdemux/demuxer.c