From 9d075a522aba64dee8f0a675d5093ffe37eaa20d Mon Sep 17 00:00:00 2001 From: max_10 Date: Thu, 8 Mar 2018 01:24:36 +0100 Subject: [PATCH] Revert "fix video policy" This reverts commit 959688031782ef187219b46400dcc43a366f00b3. Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/eee8a524dfb4c23613b36477dba715726575ba4a Author: max_10 Date: 2018-03-08 (Thu, 08 Mar 2018) ------------------ This commit was generated by Migit --- libarmbox/video.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libarmbox/video.cpp b/libarmbox/video.cpp index ef8bc55..6c894c0 100644 --- a/libarmbox/video.cpp +++ b/libarmbox/video.cpp @@ -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]);