mirror of
https://github.com/mpv-player/mpv
synced 2025-01-15 03:23:23 +00:00
don't free our_out_buffer - it's obsoleted
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5153 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b43d67e0dd
commit
804d1af151
@ -133,7 +133,7 @@ sh_video_t* new_sh_video(demuxer_t *demuxer,int id){
|
||||
}
|
||||
|
||||
void free_sh_video(sh_video_t* sh){
|
||||
if(sh->our_out_buffer) free(sh->our_out_buffer);
|
||||
// if(sh->our_out_buffer) free(sh->our_out_buffer);
|
||||
if(sh->bih) free(sh->bih);
|
||||
free(sh);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user