X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/d22f9d877f4338d90886f354db15e85a37d5044d..41558bc41a72c62a0c9fd4fbf28df23a2fc2fa44:/lib/driver/avswitch.cpp diff --git a/lib/driver/avswitch.cpp b/lib/driver/avswitch.cpp index 8110049b..f9144f24 100644 --- a/lib/driver/avswitch.cpp +++ b/lib/driver/avswitch.cpp @@ -105,10 +105,12 @@ void eAVSwitch::setAspectRatio(int ratio) 1-4:3 PanScan 2-16:9 3-16:9 forced + 4-16:9 Letterbox + 5-16:9 PanScan */ - char *aspect[] = {"4:3", "4:3", "any", "16:9"}; - char *policy[] = {"letterbox", "panscan", "bestfit", "panscan"}; + char *aspect[] = {"4:3", "4:3", "any", "16:9", "16:10", "16:10"}; + char *policy[] = {"letterbox", "panscan", "bestfit", "panscan", "letterbox", "panscan"}; int fd; if((fd = open("/proc/stb/video/aspect", O_WRONLY)) < 0) {