diff libmpcodecs/vf_mcdeint.c @ 34718:8ef6e54892fa

Ensure the AVDictionary is initialized.
author reimar
date Sat, 10 Mar 2012 18:45:59 +0000
parents 21caebba991b
children d206960484fe
line wrap: on
line diff
--- a/libmpcodecs/vf_mcdeint.c	Sat Mar 10 10:23:42 2012 +0000
+++ b/libmpcodecs/vf_mcdeint.c	Sat Mar 10 18:45:59 2012 +0000
@@ -186,7 +186,7 @@
 
         for(i=0; i<3; i++){
             AVCodecContext *avctx_enc;
-            AVDictionary *opts;
+            AVDictionary *opts = NULL;
 #if 0
             int is_chroma= !!i;
             int w= ((width  + 31) & (~31))>>is_chroma;