mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-29 16:30:57 +02:00
Merge branch 'mpx' of https://github.com/tuxbox-neutrino/library-stb-hal
Conflicts:
libarmbox/video.cpp
Origin commit data
------------------
Branch: master
Commit: d61822e251
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-03-25 (Sun, 25 Mar 2018)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -363,7 +363,7 @@ int cVideo::setAspectRatio(int aspect, int mode)
|
||||
{
|
||||
static const char *a[] = { "n/a", "4:3", "14:9", "16:9" };
|
||||
// static const char *m[] = { "panscan", "letterbox", "bestfit", "nonlinear", "(unset)" };
|
||||
static const char *m[] = { "letterbox", "panscan", "bestfit", "nonlinear", "(unset)" };
|
||||
static const char *m[] = { "letterbox", "panscan", "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