]> git.sesse.net Git - vlc/commitdiff
360p is still low resolution
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 7 Apr 2012 16:14:06 +0000 (19:14 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 7 Apr 2012 16:14:06 +0000 (19:14 +0300)
src/libvlc-module.c

index c7d52f5153af63d6ead730cbff8f4ef1c97d40f0..483695c767ab9086e8b10e77c4797272ed8a34d9 100644 (file)
@@ -739,11 +739,12 @@ static const char *const ppsz_clock_descriptions[] =
     "resolution is closest to (but not higher than) this setting, " \
     "in number of lines. Use this option if you don't have enough CPU " \
     "power or network bandwith to play higher resolutions.")
-static const int pi_prefres[] = { -1, 1080, 720, 576, 320 };
+static const int pi_prefres[] = { -1, 1080, 720, 576, 360, 240 };
 static const char *const ppsz_prefres[] = {
     N_("Best available"), N_("Full HD (1080p)"), N_("HD (720p)"),
     N_("Standard Definition (576 or 480 lines)"),
-    N_("Low definition (320 lines)")
+    N_("Low Definition (360 lines)"),
+    N_("Very Low Definition (240 lines)"),
 };
 
 #define INPUT_REPEAT_TEXT N_("Input repetitions")