mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +02:00
remotecontrol: resolv commented merge conflict
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0a0d57cfe6
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-10 (Fri, 10 Nov 2017)
Origin message was:
------------------
- remotecontrol: resolv commented merge conflict
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -503,8 +503,8 @@ void CRemoteControl::processAPIDnames()
|
||||
#endif
|
||||
for(unsigned int count=0; count< current_PIDs.APIDs.size(); count++)
|
||||
{
|
||||
#ifdef APID_DEBUG
|
||||
const char *iso = getISO639Description(current_PIDs.APIDs[count].desc);
|
||||
#ifdef APID_DEBUG
|
||||
printf("apid=%04x/%s/%s ", current_PIDs.APIDs[count].pid, current_PIDs.APIDs[count].desc, iso);
|
||||
#endif
|
||||
if ( current_PIDs.APIDs[count].component_tag != 0xFF )
|
||||
@@ -514,15 +514,8 @@ void CRemoteControl::processAPIDnames()
|
||||
std::string tmp_desc = current_PIDs.APIDs[count].desc;
|
||||
if ( tmp_desc.size() == 3 )
|
||||
{
|
||||
// unaufgeloeste Sprache...
|
||||
/* merge conflict */
|
||||
#if 0
|
||||
/* getISO639Description returns same pointer as input if nothing is found */
|
||||
if (current_PIDs.APIDs[count].desc != iso)
|
||||
strcpy(current_PIDs.APIDs[count].desc, iso);
|
||||
#else
|
||||
tmp_desc = getISO639Description( current_PIDs.APIDs[count].desc );
|
||||
#endif
|
||||
// unresolved language
|
||||
tmp_desc = iso;
|
||||
}
|
||||
|
||||
if ( current_PIDs.APIDs[count].is_ac3 )
|
||||
|
Reference in New Issue
Block a user