diff libmpcodecs/vf_unsharp.c @ 9593:e9a2af584986

Add the new -vf option wich is the same as vop in reverse order. Syntax is we decided, so you can give the nomes or not with both vop and vf. vf take precedence over vop.
author albeu
date Sat, 15 Mar 2003 18:01:02 +0000
parents 3aee0db04665
children 89da8ec89558
line wrap: on
line diff
--- a/libmpcodecs/vf_unsharp.c	Sat Mar 15 15:46:32 2003 +0000
+++ b/libmpcodecs/vf_unsharp.c	Sat Mar 15 18:01:02 2003 +0000
@@ -334,7 +334,8 @@
     "unsharp",
     "Rémi Guyomarch",
     "",
-    open
+    open,
+    NULL
 };
 
 //===========================================================================//