mirror of
https://github.com/mpv-player/mpv
synced 2025-03-05 13:47:39 +00:00
10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9019 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
bf384a66b5
commit
4621209542
@ -328,7 +328,7 @@ int init_audio_filters(sh_audio_t *sh_audio,
|
||||
int out_minsize, int out_maxsize){
|
||||
af_stream_t* afs=sh_audio->afilter;
|
||||
if(!afs){
|
||||
malloc(sizeof(af_stream_t));
|
||||
afs = (af_stream_t*)malloc(sizeof(af_stream_t));
|
||||
memset(afs,0,sizeof(af_stream_t));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user