mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 05:02:10 +00:00
FS-9742: [mod_conference,mod_cv] Refactor canvas zoom code #resolve
This commit is contained in:
@@ -40,14 +40,15 @@
|
||||
|
||||
SWITCH_BEGIN_EXTERN_C
|
||||
|
||||
struct switch_frame_geometry {
|
||||
typedef struct switch_frame_geometry {
|
||||
uint32_t w;
|
||||
uint32_t h;
|
||||
uint32_t x;
|
||||
uint32_t y;
|
||||
uint32_t z;
|
||||
uint32_t m;
|
||||
};
|
||||
uint32_t M;
|
||||
uint32_t X;
|
||||
} switch_frame_geometry_t;
|
||||
|
||||
/*! \brief An abstraction of a data frame */
|
||||
struct switch_frame {
|
||||
|
||||
Reference in New Issue
Block a user