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

lua: fixes right OSD alignment (refs #6326)

parent c1157eb5
......@@ -94,7 +94,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