00001 #ifndef VIDEOMUX_ARGS_T_H 00002 #define VIDEOMUX_ARGS_T_H 00003 00004 const int Nstream = 4; 00005 00006 typedef struct 00007 { 00008 int NSTRM; //must be smaller than or equal to Nstream 00009 int hpos[Nstream]; 00010 int vpos[Nstream]; 00011 int depth[Nstream]; 00012 } videomux_args_t; 00013 00014 #endif // VIDEOMUX_ARGS_T_H