FS-10050 cont

This commit is contained in:
Anthony Minessale
2017-02-21 15:52:53 -06:00
parent c03842754e
commit c60ae0f0e1
5 changed files with 208 additions and 10 deletions
+1
View File
@@ -391,6 +391,7 @@ SWITCH_DECLARE(switch_status_t) switch_I420_copy2(uint8_t *src_planes[], int src
/*!\brief chromakey an img, img must be RGBA and return modified img */
SWITCH_DECLARE(void) switch_img_chromakey(switch_image_t *img, switch_rgb_color_t *mask, int threshold);
SWITCH_DECLARE(void) switch_img_chromakey_multi(switch_image_t *img, switch_rgb_color_t *mask, int *thresholds, int count);
SWITCH_END_EXTERN_C
+2
View File
@@ -336,6 +336,8 @@ typedef struct switch_mm_s {
switch_video_profile_t vprofile;
switch_video_encode_speed_t vencspd;
uint8_t try_hardware_encoder;
int scale_w;
int scale_h;
} switch_mm_t;
/*! an abstract representation of a file handle (some parameters based on compat with libsndfile) */