mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
[WeTek_Play] - fixed typo in aml-kernel / amvideocap (wrong src rect was captured)
This commit is contained in:
parent
8cbd17b4e0
commit
ecd0c5b8f9
@ -0,0 +1,14 @@
|
||||
diff --git a/drivers/amlogic/amports/amvideocap.c b/drivers/amlogic/amports/amvideocap.c
|
||||
index 8d43335..d4b2ccb 100755
|
||||
--- a/drivers/amlogic/amports/amvideocap.c
|
||||
+++ b/drivers/amlogic/amports/amvideocap.c
|
||||
@@ -275,8 +275,8 @@ static ssize_t amvideocap_YUV_to_RGB(struct amvideocap_private *priv, u32 cur_i
|
||||
ge2d_config.src_para.x_rev = 0;
|
||||
ge2d_config.src_para.y_rev = 0;
|
||||
ge2d_config.src_para.color = 0;
|
||||
- ge2d_config.src_para.top = input_x;
|
||||
- ge2d_config.src_para.left = input_y;
|
||||
+ ge2d_config.src_para.left = input_x;
|
||||
+ ge2d_config.src_para.top = input_y;
|
||||
ge2d_config.src_para.width = input_width;
|
||||
ge2d_config.src_para.height = input_height;
|
Loading…
x
Reference in New Issue
Block a user