diff libmpcodecs/vf.c @ 7855:fe88f7403d64

-vop bmovl - BitMap OVerLay videofilter for MPlayer patch by Per Wigren <wigren@home.se> TODO: -dr, MMX opt, fix alpha-only png, other colorspaces
author arpi
date Wed, 23 Oct 2002 00:26:27 +0000
parents 7637b72ef1f9
children b8acdbfd0882
line wrap: on
line diff
--- a/libmpcodecs/vf.c	Tue Oct 22 22:45:30 2002 +0000
+++ b/libmpcodecs/vf.c	Wed Oct 23 00:26:27 2002 +0000
@@ -17,6 +17,7 @@
 
 extern vf_info_t vf_info_vo;
 extern vf_info_t vf_info_rectangle;
+extern vf_info_t vf_info_bmovl;
 extern vf_info_t vf_info_crop;
 extern vf_info_t vf_info_expand;
 extern vf_info_t vf_info_pp;
@@ -49,6 +50,7 @@
 // list of available filters:
 static vf_info_t* filter_list[]={
     &vf_info_rectangle,
+    &vf_info_bmovl,
     &vf_info_crop,
     &vf_info_expand,
     &vf_info_pp,