mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-22 12:08:54 +00:00
v1.1.0
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user