Commit 2229cd9c authored by Thomas Guillem's avatar Thomas Guillem Committed by Jean-Baptiste Kempf

android_window: fix typo from "fix subtitles placement"

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent b7f623c9
......@@ -213,7 +213,7 @@ static void FixSubtitleFormat(vout_display_sys_t *sys)
if (fmt.i_sar_num >= fmt.i_sar_den)
i_video_width = i_video_width * fmt.i_sar_num / fmt.i_sar_den;
else
i_display_height = i_display_height * fmt.i_sar_den / fmt.i_sar_num;
i_video_height = i_video_height * fmt.i_sar_den / fmt.i_sar_num;
}
if (sys->p_window->i_angle == 90 || sys->p_window->i_angle == 180) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment