diff libmpcodecs/vf_mcdeint.c @ 18752:b1b3d79011b9

avcodec_close()
author michael
date Mon, 19 Jun 2006 09:15:46 +0000
parents 26f54fad099c
children ac61a42feb47
line wrap: on
line diff
--- a/libmpcodecs/vf_mcdeint.c	Sun Jun 18 16:40:29 2006 +0000
+++ b/libmpcodecs/vf_mcdeint.c	Mon Jun 19 09:15:46 2006 +0000
@@ -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);