mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-29 00:10:57 +02:00
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:
@@ -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__);
|
||||
}
|
||||
|
Reference in New Issue
Block a user