mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-27 07:22:44 +02:00
Revert "fix video policy"
This reverts commit9596880317
. Origin commit data ------------------ Branch: master Commit:eee8a524df
Author: max_10 <max_10@gmx.de> Date: 2018-03-08 (Thu, 08 Mar 2018) ------------------ This commit was generated by Migit
This commit is contained in:
@@ -361,7 +361,7 @@ void cVideo::closeDevice(void)
|
||||
int cVideo::setAspectRatio(int aspect, int mode)
|
||||
{
|
||||
static const char *a[] = { "n/a", "4:3", "14:9", "16:9" };
|
||||
static const char *m[] = { "panscan", "bestfit", "letterbox", "nonlinear", "(unset)" };
|
||||
static const char *m[] = { "panscan", "letterbox", "bestfit", "nonlinear", "(unset)" };
|
||||
int n;
|
||||
lt_debug("%s: a:%d m:%d %s\n", __func__, aspect, mode, m[(mode < 0||mode > 3) ? 4 : mode]);
|
||||
|
||||
|
Reference in New Issue
Block a user