Fix typo in comment

This commit is contained in:
siivonek 2020-01-23 17:13:39 +02:00 committed by siivonek
parent 84fb3fd7d1
commit 09f0a1c52e

View file

@ -55,7 +55,7 @@ typedef struct encoder_control_t
int32_t width_in_lcu;
int32_t height_in_lcu;
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;
int8_t source_scan_type;
} in;