erase.c File Reference

Include dependency graph for erase.c:


Data Structures

struct  filter_sys_t
 filter_sys_t: chroma method descriptor More...

Defines

#define MASK_TEXT   N_("Image mask")
#define MASK_LONGTEXT   N_("Image mask. Pixels with an alpha value greater than 50% will be erased.")
#define POSX_TEXT   N_("X coordinate")
#define POSX_LONGTEXT   N_("X coordinate of the mask.")
#define POSY_TEXT   N_("Y coordinate")
#define POSY_LONGTEXT   N_("Y coordinate of the mask.")
#define ERASE_HELP   N_("Remove zones of the video using a picture as mask")
#define CFG_PREFIX   "erase-"

Functions

static int Create (vlc_object_t *)
static void Destroy (vlc_object_t *)
static picture_tFilter (filter_t *, picture_t *)
static void FilterErase (filter_t *, picture_t *, picture_t *)
static int EraseCallback (vlc_object_t *, char const *, vlc_value_t, vlc_value_t, void *)
int vlc_entry__main (module_t *p_module)
const char * vlc_entry_license__main (void)
static void LoadMask (filter_t *p_filter, const char *psz_filename)

Variables

static const char *const ppsz_filter_options []

Define Documentation

#define CFG_PREFIX   "erase-"

#define ERASE_HELP   N_("Remove zones of the video using a picture as mask")

#define MASK_LONGTEXT   N_("Image mask. Pixels with an alpha value greater than 50% will be erased.")

#define MASK_TEXT   N_("Image mask")

#define POSX_LONGTEXT   N_("X coordinate of the mask.")

#define POSX_TEXT   N_("X coordinate")

#define POSY_LONGTEXT   N_("Y coordinate of the mask.")

#define POSY_TEXT   N_("Y coordinate")


Function Documentation

static int Create ( vlc_object_t p_this  )  [static]

static void Destroy ( vlc_object_t p_this  )  [static]

static int EraseCallback ( vlc_object_t p_this,
char const *  psz_var,
vlc_value_t  oldval,
vlc_value_t  newval,
void *  p_data 
) [static]

static picture_t * Filter ( filter_t p_filter,
picture_t p_pic 
) [static]

static void FilterErase ( filter_t p_filter,
picture_t p_inpic,
picture_t p_outpic 
) [static]

static void LoadMask ( filter_t p_filter,
const char *  psz_filename 
) [static]

int vlc_entry__main ( module_t p_module  ) 

const char* vlc_entry_license__main ( void   ) 


Variable Documentation

const char* const ppsz_filter_options[] [static]

Initial value:

 {
    "mask", "x", "y", NULL
}


Generated on Tue May 25 08:05:30 2010 for VLC by  doxygen 1.5.6