This commit is contained in:
刘可亮
2024-09-30 17:06:01 +08:00
parent 2ce4d6bb89
commit 0ef85b55da
9363 changed files with 843557 additions and 428518 deletions

View File

@@ -80,7 +80,8 @@ struct mjpeg_dec_ctx {
int nb_mcu_width; // mcu aligned width
int nb_mcu_height; // mcu aligned height
int width, height;
int width, height; // width and height of original picture
int scale_width, scale_height; // width and height if scale down
int nb_components;
int component_id[MAX_COMPONENTS];
int h_count[MAX_COMPONENTS]; // horizontal count for each component