diff libmpcodecs/vf_expand.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 c9012dcd3a70
children a4b6e7caaa4b
line wrap: on
line diff
--- a/libmpcodecs/vf_expand.c	Sat Mar 15 15:46:32 2003 +0000
+++ b/libmpcodecs/vf_expand.c	Sat Mar 15 18:01:02 2003 +0000
@@ -356,7 +356,8 @@
     "expand",
     "A'rpi",
     "",
-    open
+    open,
+    NULL
 };
 
 //===========================================================================//