mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-15 16:39:14 +00:00
FS-7500: fix compile err
This commit is contained in:
parent
89c02eada9
commit
2f5989c453
@ -75,9 +75,10 @@ SWITCH_DECLARE(void) switch_img_free(switch_image_t **img)
|
||||
|
||||
SWITCH_DECLARE(void) switch_img_copy(switch_image_t *img, switch_image_t **new_img)
|
||||
{
|
||||
int i, j, k = 1;
|
||||
|
||||
switch_assert(img);
|
||||
switch_assert(new_img);
|
||||
int i, j, k = 1;
|
||||
|
||||
if (!img->fmt == SWITCH_IMG_FMT_I420) return;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user