mirror of
https://github.com/mpv-player/mpv
synced 2025-01-27 10:03:32 +00:00
changed back to AFMT_AC3 (but now libao2 drivers autodetect it and fallback to S16) - idea by Vincent.Mussard@lineae.net
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5792 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ceda76523a
commit
1c3d3ba81a
@ -34,6 +34,7 @@ static int preinit(sh_audio_t *sh)
|
||||
sh->audio_out_minsize=4*256*6;
|
||||
sh->audio_in_minsize=3840;
|
||||
sh->channels=2;
|
||||
sh->sample_format=AFMT_AC3;
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user