1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-05 13:47:39 +00:00
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9019 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
henry 2003-01-19 14:48:19 +00:00
parent bf384a66b5
commit 4621209542

View File

@ -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));
}