提交 12316c8d authored 作者: Chris Rienzo's avatar Chris Rienzo 提交者: Andrey Volk

FS-11785 [mod_av] fix dead assignments in test code

上级 2a8e07d6
...@@ -88,8 +88,8 @@ FST_CORE_BEGIN("conf") ...@@ -88,8 +88,8 @@ FST_CORE_BEGIN("conf")
switch_img_fill(img, 0, 0, img->d_w, img->d_h, &color); switch_img_fill(img, 0, 0, img->d_w, img->d_h, &color);
switch_img_patch(img, ccimg, i * 10, i * 10); switch_img_patch(img, ccimg, i * 10, i * 10);
status = switch_core_file_write(&fh, data, &len); switch_core_file_write(&fh, data, &len);
status = switch_core_file_write_video(&fh, &frame); switch_core_file_write_video(&fh, &frame);
switch_yield(100000); switch_yield(100000);
} }
...@@ -145,8 +145,8 @@ FST_CORE_BEGIN("conf") ...@@ -145,8 +145,8 @@ FST_CORE_BEGIN("conf")
switch_img_fill(img, 0, 0, img->d_w, img->d_h, &color); switch_img_fill(img, 0, 0, img->d_w, img->d_h, &color);
switch_img_patch(img, ccimg, i * 10, i * 10); switch_img_patch(img, ccimg, i * 10, i * 10);
status = switch_core_file_write(&fh, data, &len); switch_core_file_write(&fh, data, &len);
status = switch_core_file_write_video(&fh, &frame); switch_core_file_write_video(&fh, &frame);
switch_yield(100000); switch_yield(100000);
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论