Commit d6f426a0 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

lua: fix right OSD alignment (refs #6326)

(cherry picked from commit eeb201b9b0823b88b69372ced5f674cba66a461f)
parent 14189678
......@@ -97,7 +97,7 @@ static int vlc_osd_position_from_string( const char *psz_name )
} pp_icons[] =
{ { 0, "center" },
{ SUBPICTURE_ALIGN_LEFT, "left" },
{ SUBPICTURE_ALIGN_RIGHT, "rigth" },
{ SUBPICTURE_ALIGN_RIGHT, "right" },
{ SUBPICTURE_ALIGN_TOP, "top" },
{ SUBPICTURE_ALIGN_BOTTOM, "bottom" },
{ SUBPICTURE_ALIGN_TOP |SUBPICTURE_ALIGN_LEFT, "top-left" },
......
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