FS-10050: [core] chromakey Optimizations broke solid color mode

This commit is contained in:
Anthony Minessale
2017-03-09 14:15:09 -06:00
parent fbe05e2035
commit c6ce9da470
3 changed files with 30 additions and 1 deletions
+2
View File
@@ -314,6 +314,8 @@ SWITCH_DECLARE(switch_image_t *) switch_img_copy_rect(switch_image_t *img, uint3
*/
SWITCH_DECLARE(void) switch_img_fill(switch_image_t *img, int x, int y, int w, int h, switch_rgb_color_t *color);
SWITCH_DECLARE(void) switch_img_fill_noalpha(switch_image_t *img, int x, int y, int w, int h, switch_rgb_color_t *color);
/*!\brief Set RGB color with a string
*
* Color string should be in #RRGGBB format