comparison libmpcodecs/vf_lavc.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 e39a71d9ca5f
children 6e35326c742f
comparison
equal deleted inserted replaced
9592:b20b0c80298b 9593:e9a2af584986
198 vf_info_t vf_info_lavc = { 198 vf_info_t vf_info_lavc = {
199 "realtime mpeg1 encoding with libavcodec", 199 "realtime mpeg1 encoding with libavcodec",
200 "lavc", 200 "lavc",
201 "A'rpi", 201 "A'rpi",
202 "", 202 "",
203 open 203 open,
204 NULL
204 }; 205 };
205 206
206 //===========================================================================// 207 //===========================================================================//
207 #endif 208 #endif