diff libmpcodecs/vf_rectangle.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 8fd62b14cbc0
children 835822ce4bb1
line wrap: on
line diff
--- a/libmpcodecs/vf_rectangle.c	Sat Mar 15 15:46:32 2003 +0000
+++ b/libmpcodecs/vf_rectangle.c	Sat Mar 15 18:01:02 2003 +0000
@@ -168,5 +168,6 @@
     "rectangle",
     "Kim Minh Kaplan",
     "",
-    open
+    open,
+    NULL
 };