mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-24 02:24:07 +00:00
Fix typo in comment
This commit is contained in:
parent
84fb3fd7d1
commit
09f0a1c52e
|
@ -55,7 +55,7 @@ typedef struct encoder_control_t
|
||||||
int32_t width_in_lcu;
|
int32_t width_in_lcu;
|
||||||
int32_t height_in_lcu;
|
int32_t height_in_lcu;
|
||||||
int32_t real_width; /*!< \brief real input picture width */
|
int32_t real_width; /*!< \brief real input picture width */
|
||||||
int32_t real_height; /*!< \brief real input picture width */
|
int32_t real_height; /*!< \brief real input picture height */
|
||||||
int64_t pixels_per_pic;
|
int64_t pixels_per_pic;
|
||||||
int8_t source_scan_type;
|
int8_t source_scan_type;
|
||||||
} in;
|
} in;
|
||||||
|
|
Loading…
Reference in a new issue