From 437aa679375c2a9b0c5a55dcc2d169ab29a55178 Mon Sep 17 00:00:00 2001 From: anders Date: Thu, 31 Oct 2002 11:06:19 +0000 Subject: Adding commandline options for filters and fixing stupid bug in cfg git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7999 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libaf/af.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libaf/af.c') diff --git a/libaf/af.c b/libaf/af.c index a30e52bfed..ea11afb302 100644 --- a/libaf/af.c +++ b/libaf/af.c @@ -63,6 +63,7 @@ af_instance_t* af_create(af_stream_t* s, char* name) { char* cmdline = name; char* delim = "="; + // Allocate space for the new filter and reset all pointers af_instance_t* new=malloc(sizeof(af_instance_t)); if(!new){ -- cgit v1.2.3