mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-28 16:00:58 +02:00
libeplayer3-arm: eliminate some warnings
Origin commit data
------------------
Branch: master
Commit: eb09756a5f
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:
@@ -749,7 +749,9 @@ int LinuxDvbSwitch(Context_t *context, char *type)
|
||||
free(Encoding);
|
||||
}
|
||||
else
|
||||
{
|
||||
linuxdvb_printf(20, "no context for Audio\n");
|
||||
}
|
||||
}
|
||||
if (video && videofd != -1)
|
||||
{
|
||||
@@ -798,7 +800,9 @@ int LinuxDvbSwitch(Context_t *context, char *type)
|
||||
free(Encoding);
|
||||
}
|
||||
else
|
||||
{
|
||||
linuxdvb_printf(20, "no context for Video\n");
|
||||
}
|
||||
}
|
||||
releaseLinuxDVBMutex(FILENAME, __FUNCTION__, __LINE__);
|
||||
}
|
||||
@@ -898,7 +902,7 @@ static int Write(void *_context, void *_out)
|
||||
call.FrameScale = out->timeScale;
|
||||
call.Width = out->width;
|
||||
call.Height = out->height;
|
||||
call.InfoFlags = out->infoFlags;
|
||||
call.InfoFlags = out->infoFlags;
|
||||
call.Version = 0; // is unsingned char
|
||||
if (writer->writeData)
|
||||
{
|
||||
|
Reference in New Issue
Block a user