Mercurial > mplayer.hg
changeset 34718:8ef6e54892fa
Ensure the AVDictionary is initialized.
author | reimar |
---|---|
date | Sat, 10 Mar 2012 18:45:59 +0000 |
parents | 12a8828549cd |
children | 3ab474cb7b4d |
files | libmpcodecs/vf_mcdeint.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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;