1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-16 20:27:23 +00:00

24bit LPCM is signed...

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13981 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2004-11-19 14:42:17 +00:00
parent 7ca96e66bf
commit 3d5e037151

View File

@ -43,7 +43,7 @@ static int init(sh_audio_t *sh)
sh->i_bps = sh->channels * sh->samplerate * 5 / 2;
case 2:
sh->sample_format = AFMT_AF_FLAGS | AF_FORMAT_I |
AF_FORMAT_BE | AF_FORMAT_US;
AF_FORMAT_BE | AF_FORMAT_SI;
sh->samplesize = 3;
break;
default: