alibaba / AliOS-Things

面向IoT领域的、高可伸缩的物联网操作系统,可去官网了解更多信息https://www.aliyun.com/product/aliosthings
Apache License 2.0
4.58k stars 1.14k forks source link

[HUST_CSE] fix: Simplify if conditions #1978

Closed Shelton-Z closed 1 year ago

Shelton-Z commented 1 year ago

拉取/合并请求描述:(PR description)

为什么提交这份PR (why to submit this PR)

可简化的判断条件

存在问题的文件:

  1. components/SDL2/src/image/external/tiff-4.0.9/contrib/dbs/tiff-palette.c

你的解决方案是什么 (what is your solution)

将有规律的RGB数值存储在数组中,简化if-else的判断条件

image-20230415173812110

在什么测试环境下测试通过 (what is the test environment)

VSCode

当前拉取/合并请求的状态 Intent for your PR

必须选择一项 Choose one (Mandatory):

YiluMao commented 1 year ago

非常感谢您的提交 但这个代码是三方代码,不是我们开发的 建议保留原样