vf_divtc: dont mix av_strdup and free

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2012-12-28 17:05:19 +01:00
parent baa5d6df77
commit 8afe168c78
1 changed files with 1 additions and 1 deletions

View File

@ -601,7 +601,7 @@ static int vf_open(vf_instance_t *vf, char *args)
const char *filename="framediff.log";
char *ap, *q, *a;
if(args && !(args=av_strdup(args)))
if(args && !(args=strdup(args)))
{
nomem:
ff_mp_msg(MSGT_VFILTER, MSGL_FATAL,