From 6ba24f5c89f04071be0bc644240fc83e0d058873 Mon Sep 17 00:00:00 2001 From: Frankenstone Date: Fri, 27 Apr 2018 23:33:05 +0200 Subject: [PATCH] Revert "fix HD51 mix-up letterbox<->panscan" This reverts commit f10ab4605634c1ed76973b098ad0c44d9225c4e6. Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/0bd5b8751e74d85c95723daabbdec8c31f6fc805 Author: Frankenstone Date: 2018-04-27 (Fri, 27 Apr 2018) ------------------ This commit was generated by Migit --- libarmbox/video_lib.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/libarmbox/video_lib.h b/libarmbox/video_lib.h index 7a914fe..1631cb4 100644 --- a/libarmbox/video_lib.h +++ b/libarmbox/video_lib.h @@ -73,12 +73,8 @@ typedef enum { } DISPLAY_AR; typedef enum { - /* FIX for HD51 mix-up of letterbox / panscan - Standard is 1. PANSCAN 2. LETTERBOX - If next drivers are correct please revert - this and pzapit.cpp */ - DISPLAY_AR_MODE_LETTERBOX = 0, - DISPLAY_AR_MODE_PANSCAN, + DISPLAY_AR_MODE_PANSCAN = 0, + DISPLAY_AR_MODE_LETTERBOX, DISPLAY_AR_MODE_NONE, DISPLAY_AR_MODE_PANSCAN2 } DISPLAY_AR_MODE;