libeplayer3-arm: eliminate some warnings

Origin commit data
------------------
Branch: master
Commit: 7f4610b8f6
Author: max_10 <max_10@gmx.de>
Date: 2018-01-06 (Sat, 06 Jan 2018)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
max_10
2018-01-06 22:17:59 +01:00
committed by TangoCash
parent b88a7dd2b6
commit 83e98c4e40
4 changed files with 12 additions and 4 deletions

View File

@@ -687,7 +687,7 @@ int LinuxDvbPts(Context_t *context __attribute__((unused)), unsigned long long i
return ret;
}
int LinuxDvbGetFrameCount(Context_t *context __attribute__((unused)), unsigned long long int *frameCount)
int LinuxDvbGetFrameCount(Context_t *context __attribute__((unused)), unsigned long long int *frameCount)
{
int ret = cERR_LINUXDVB_NO_ERROR;
return ret;
@@ -746,7 +746,9 @@ int LinuxDvbSwitch(Context_t *context, char *type)
free(Encoding);
}
else
{
linuxdvb_printf(20, "no context for Audio\n");
}
}
if (video && videofd != -1)
{
@@ -795,7 +797,9 @@ int LinuxDvbSwitch(Context_t *context, char *type)
free(Encoding);
}
else
{
linuxdvb_printf(20, "no context for Video\n");
}
}
releaseLinuxDVBMutex(FILENAME, __FUNCTION__, __LINE__);
}