Thank you for your reminder. I will modify the patch and resubmit it.
主 题:Re: [PATCH v1] jpeg: optimize compression process 日 期:2025-03-03 01:24 发件人:Frediano Ziglio 收件人:李唯实;
On Fri, Feb 28, 2025 at 9:53 PM <liwei...@kylinos.cn> wrote:
From: Weishi Li <liwei...@kylinos.cn>
On Fri, Feb 28, 2025 at 9:53 PM wrote:
> From: Weishi Li
>
> similiar to mjpeg, when defined JCS_EXTENSIONS, there
> is no need to convert BGR24/BGRX32 to RGB24.
>
> Signed-off-by: Weishi Li
> ---
> server/jpeg-encoder.c | 42 +-
> 1 file changed, 37 ins
From: Weishi Li
similiar to mjpeg, when defined JCS_EXTENSIONS, there
is no need to convert BGR24/BGRX32 to RGB24.
Signed-off-by: Weishi Li
---
server/jpeg-encoder.c | 42 +-
1 file changed, 37 insertions(+), 5 deletions(-)
diff --git a/server/jpeg-enco