mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
neutrino.cpp: better fix for pip on hisilicon
Origin commit data
------------------
Branch: ni/coolstream
Commit: 700d2d657c
Author: GetAway <get-away@t-online.de>
Date: 2023-06-05 (Mon, 05 Jun 2023)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -4950,9 +4950,7 @@ void CNeutrinoApp::tvMode( bool rezap )
|
||||
|
||||
#if ENABLE_PIP
|
||||
if (g_info.hw_caps->can_pip)
|
||||
#if BOXMODEL_HISILICON
|
||||
pipVideoDecoder[0]->ShowPig(0);
|
||||
#else
|
||||
#if !BOXMODEL_HISILICON
|
||||
{
|
||||
pipVideoDecoder[0]->Pig(pip_recalc_pos_x(g_settings.pip_x),pip_recalc_pos_y(g_settings.pip_y),
|
||||
g_settings.pip_width, g_settings.pip_height,
|
||||
@@ -5238,9 +5236,7 @@ void CNeutrinoApp::radioMode( bool rezap)
|
||||
|
||||
#if ENABLE_PIP
|
||||
if (g_info.hw_caps->can_pip)
|
||||
#if BOXMODEL_HISILICON
|
||||
pipVideoDecoder[0]->ShowPig(0);
|
||||
#else
|
||||
#if !BOXMODEL_HISILICON
|
||||
{
|
||||
pipVideoDecoder[0]->Pig(pip_recalc_pos_x(g_settings.pip_radio_x),pip_recalc_pos_y(g_settings.pip_radio_y),
|
||||
g_settings.pip_radio_width, g_settings.pip_radio_height,
|
||||
|
Reference in New Issue
Block a user