mirror of
https://github.com/mpv-player/mpv
synced 2025-02-01 04:31:39 +00:00
avcodec_close()
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18755 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
01526d08f8
commit
1bb2f978aa
@ -282,6 +282,7 @@ static void uninit(struct vf_instance_s* vf){
|
||||
vf->priv->src[i]= NULL;
|
||||
}
|
||||
#endif
|
||||
avcodec_close(vf->priv->avctx_enc);
|
||||
av_freep(&vf->priv->avctx_enc);
|
||||
|
||||
free(vf->priv->outbuf);
|
||||
|
Loading…
Reference in New Issue
Block a user