[MPlayer-cvslog] r18755 - trunk/libmpcodecs/vf_mcdeint.c
michael
subversion at mplayerhq.hu
Mon Jun 19 11:15:46 CEST 2006
Author: michael
Date: Mon Jun 19 11:15:46 2006
New Revision: 18755
Modified:
trunk/libmpcodecs/vf_mcdeint.c
Log:
avcodec_close()
Modified: trunk/libmpcodecs/vf_mcdeint.c
==============================================================================
--- trunk/libmpcodecs/vf_mcdeint.c (original)
+++ trunk/libmpcodecs/vf_mcdeint.c Mon Jun 19 11:15:46 2006
@@ -282,6 +282,7 @@
vf->priv->src[i]= NULL;
}
#endif
+ avcodec_close(vf->priv->avctx_enc);
av_freep(&vf->priv->avctx_enc);
free(vf->priv->outbuf);
More information about the MPlayer-cvslog
mailing list