diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-10-06 21:52:42 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-10-06 21:52:42 +0000 |
commit | 2e29bd1fe0c87addc57755fb9812569e75cd4e39 (patch) | |
tree | ef23e232f9d63823f44bb6c4ffd604989cc222a0 /src/post/planar/invert.c | |
parent | c3a7991dd5e1b7a1013afd4e2c154fc870553c1c (diff) | |
download | xine-lib-2e29bd1fe0c87addc57755fb9812569e75cd4e39.tar.gz xine-lib-2e29bd1fe0c87addc57755fb9812569e75cd4e39.tar.bz2 |
- add XvMC support
- bump vo and post interface versions
obs: video_out_xvmc.c needs some more work, see todo.
CVS patchset: 5459
CVS date: 2003/10/06 21:52:42
Diffstat (limited to 'src/post/planar/invert.c')
-rw-r--r-- | src/post/planar/invert.c | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/src/post/planar/invert.c b/src/post/planar/invert.c index c81d3e12a..26bc4b7b9 100644 --- a/src/post/planar/invert.c +++ b/src/post/planar/invert.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: invert.c,v 1.12 2003/08/12 13:56:26 mroi Exp $ + * $Id: invert.c,v 1.13 2003/10/06 21:52:43 miguelfreitas Exp $ */ /* @@ -31,19 +31,6 @@ /* plugin class initialization function */ void *invert_init_plugin(xine_t *xine, void *); -#if 0 /* moved to planar.c */ - -/* plugin catalog information */ -post_info_t invert_special_info = { XINE_POST_TYPE_VIDEO_FILTER }; - -plugin_info_t xine_plugin_info[] = { - /* type, API, "name", version, special_info, init_function */ - { PLUGIN_POST, 4, "invert", XINE_VERSION_CODE, &invert_special_info, &invert_init_plugin }, - { PLUGIN_NONE, 0, "", 0, NULL, NULL } -}; - -#endif - /* plugin structure */ typedef struct post_invert_out_s post_invert_out_t; struct post_invert_out_s { |