mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-27 07:23:11 +02:00
- libazbox/video.cpp: fix wrong brackets
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -160,7 +160,7 @@ int cVideo::setAspectRatio(int aspect, int mode)
|
|||||||
int n;
|
int n;
|
||||||
|
|
||||||
int mo = (mode < 0||mode > 3) ? 4 : mode;
|
int mo = (mode < 0||mode > 3) ? 4 : mode;
|
||||||
hal_debug("%s: a:%d m:%d %s\n", __func__, aspect, mode, m[(mo]);
|
hal_debug("%s: a:%d m:%d %s\n", __func__, aspect, mode, m[(mo)]);
|
||||||
|
|
||||||
if (aspect > 3 || aspect == 0)
|
if (aspect > 3 || aspect == 0)
|
||||||
hal_info("%s: invalid aspect: %d\n", __func__, aspect);
|
hal_info("%s: invalid aspect: %d\n", __func__, aspect);
|
||||||
|
Reference in New Issue
Block a user