fix: Delete the esp_jpeg_simd component to resolve function conflicts (#1049)

This commit is contained in:
virgil
2025-08-08 21:00:34 +08:00
committed by GitHub
parent f86637cf1c
commit 845b760db3
3 changed files with 5 additions and 8 deletions

View File

@@ -32,7 +32,7 @@ private:
sscma_client_handle_t sscma_client_handle_;
QueueHandle_t sscma_data_queue_;
JpegData jpeg_data_;
jpeg_dec_handle_t *jpeg_dec_;
jpeg_dec_handle_t jpeg_dec_;
jpeg_dec_io_t *jpeg_io_;
jpeg_dec_header_info_t *jpeg_out_;
public: