diff --git a/gfx/video_thread_wrapper.c b/gfx/video_thread_wrapper.c index a263339765..8f1418f542 100644 --- a/gfx/video_thread_wrapper.c +++ b/gfx/video_thread_wrapper.c @@ -817,7 +817,7 @@ static void thread_get_video_output_size(void *data, thread_send_cmd(thr, CMD_POKE_GET_VIDEO_OUTPUT_SIZE); thread_wait_reply(thr, CMD_POKE_GET_VIDEO_OUTPUT_SIZE); *width = thr->cmd_data.output.width; - *height = thr->cmd_data.output.width; + *height = thr->cmd_data.output.height; } static void thread_get_video_output_prev(void *data)