comparison libmpcodecs/vf_bmovl.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 67d28a3f918a
children 298e261aecd7
comparison
equal deleted inserted replaced
9592:b20b0c80298b 9593:e9a2af584986
450 vf_info_t vf_info_bmovl = { 450 vf_info_t vf_info_bmovl = {
451 "Read bitmaps from a FIFO and display them in window", 451 "Read bitmaps from a FIFO and display them in window",
452 "bmovl", 452 "bmovl",
453 "Per Wigren", 453 "Per Wigren",
454 "", 454 "",
455 vf_open 455 vf_open,
456 NULL
456 }; 457 };