comparison libmpcodecs/vf_noise.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 a894e99c1e51
children 89da8ec89558
comparison
equal deleted inserted replaced
9592:b20b0c80298b 9593:e9a2af584986
462 vf_info_t vf_info_noise = { 462 vf_info_t vf_info_noise = {
463 "noise genenerator", 463 "noise genenerator",
464 "noise", 464 "noise",
465 "Michael Niedermayer", 465 "Michael Niedermayer",
466 "", 466 "",
467 open 467 open,
468 NULL
468 }; 469 };
469 470
470 //===========================================================================// 471 //===========================================================================//