summaryrefslogtreecommitdiffstats
path: root/libaf/af.c
diff options
context:
space:
mode:
authoranders <anders@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-31 11:06:19 +0000
committeranders <anders@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-31 11:06:19 +0000
commit437aa679375c2a9b0c5a55dcc2d169ab29a55178 (patch)
tree107130864237ff5cc64ed44c079400346cee6180 /libaf/af.c
parent95760a746db5aceb0274a140eafc83b3294bea5c (diff)
downloadmpv-437aa679375c2a9b0c5a55dcc2d169ab29a55178.tar.bz2
mpv-437aa679375c2a9b0c5a55dcc2d169ab29a55178.tar.xz
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
Diffstat (limited to 'libaf/af.c')
-rw-r--r--libaf/af.c1
1 files changed, 1 insertions, 0 deletions
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){