1
mirror of https://github.com/mpv-player/mpv synced 2024-09-09 01:16:56 +02:00

avcodec_close()

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18755 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
michael 2006-06-19 09:15:46 +00:00
parent 01526d08f8
commit 1bb2f978aa

View File

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