mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
Revert "fix HD51 mix-up letterbox<->panscan"
This reverts commit51e387d6cb
. Origin commit data ------------------ Branch: master Commit:2f706f87db
Author: Frankenstone <dampf_acc@online.de> Date: 2018-04-27 (Fri, 27 Apr 2018) ------------------ This commit was generated by Migit
This commit is contained in:
@@ -73,12 +73,8 @@ typedef enum {
|
|||||||
} DISPLAY_AR;
|
} DISPLAY_AR;
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
/* FIX for HD51 mix-up of letterbox / panscan
|
DISPLAY_AR_MODE_PANSCAN = 0,
|
||||||
Standard is 1. PANSCAN 2. LETTERBOX
|
DISPLAY_AR_MODE_LETTERBOX,
|
||||||
If next drivers are correct please revert
|
|
||||||
this and pzapit.cpp */
|
|
||||||
DISPLAY_AR_MODE_LETTERBOX = 0,
|
|
||||||
DISPLAY_AR_MODE_PANSCAN,
|
|
||||||
DISPLAY_AR_MODE_NONE,
|
DISPLAY_AR_MODE_NONE,
|
||||||
DISPLAY_AR_MODE_PANSCAN2
|
DISPLAY_AR_MODE_PANSCAN2
|
||||||
} DISPLAY_AR_MODE;
|
} DISPLAY_AR_MODE;
|
||||||
|
Reference in New Issue
Block a user