From 09f0a1c52e046b1818b0667775dd62985875df5d Mon Sep 17 00:00:00 2001 From: siivonek Date: Thu, 23 Jan 2020 17:13:39 +0200 Subject: [PATCH] Fix typo in comment --- src/encoder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/encoder.h b/src/encoder.h index 57acdf74..2b1f311a 100644 --- a/src/encoder.h +++ b/src/encoder.h @@ -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;