mirror of
https://github.com/mpv-player/mpv
synced 2025-01-05 03:06:28 +01:00
Support for HE-AAC. Patch by Loren Merritt <lorenm at u dot washington anotherdot edu>.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12096 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
6770afdc7b
commit
36a536128f
@ -42,7 +42,7 @@ static faacDecFrameInfo faac_finfo;
|
||||
|
||||
static int preinit(sh_audio_t *sh)
|
||||
{
|
||||
sh->audio_out_minsize=2048*FAAD_MAX_CHANNELS;
|
||||
sh->audio_out_minsize=8192*FAAD_MAX_CHANNELS;
|
||||
sh->audio_in_minsize=FAAD_BUFFLEN;
|
||||
return 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user