comparison libmpcodecs/vf.h @ 12335:189cd9abb0a1

forgot this, needed for vf_harddup
author rfelker
date Wed, 28 Apr 2004 04:07:07 +0000
parents 30cad6ad9dbc
children 6f1b4c989914
comparison
equal deleted inserted replaced
12334:eeddcef4fb08 12335:189cd9abb0a1
62 #define VFCTRL_SET_EQUALIZER 6 /* set color options (brightness,contrast etc) */ 62 #define VFCTRL_SET_EQUALIZER 6 /* set color options (brightness,contrast etc) */
63 #define VFCTRL_GET_EQUALIZER 8 /* gset color options (brightness,contrast etc) */ 63 #define VFCTRL_GET_EQUALIZER 8 /* gset color options (brightness,contrast etc) */
64 #define VFCTRL_DRAW_OSD 7 64 #define VFCTRL_DRAW_OSD 7
65 #define VFCTRL_CHANGE_RECTANGLE 9 /* Change the rectangle boundaries */ 65 #define VFCTRL_CHANGE_RECTANGLE 9 /* Change the rectangle boundaries */
66 #define VFCTRL_FLIP_PAGE 10 /* Tell the vo to flip pages */ 66 #define VFCTRL_FLIP_PAGE 10 /* Tell the vo to flip pages */
67 #define VFCTRL_DUPLICATE_FRAME 11 /* For encoding - encode zero-change frame */
67 68
68 #include "vfcap.h" 69 #include "vfcap.h"
69 70
70 // functions: 71 // functions:
71 void vf_mpi_clear(mp_image_t* mpi,int x0,int y0,int w,int h); 72 void vf_mpi_clear(mp_image_t* mpi,int x0,int y0,int w,int h);