FS-9742: [mod_conference,mod_cv] Refactor canvas zoom code #resolve

This commit is contained in:
Anthony Minessale
2016-11-30 18:17:47 -06:00
parent a4eddcafda
commit da6b9e001c
11 changed files with 868 additions and 109 deletions
+4 -3
View File
@@ -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 {