mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-27 23:42:43 +02:00
libeplayer3: cleanup types
Origin commit data
------------------
Branch: master
Commit: e5237866c4
Author: martii <m4rtii@gmx.de>
Date: 2014-04-05 (Sat, 05 Apr 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -740,9 +740,8 @@ static int PlaybackMetadata(Context_t * context, char ***metadata)
|
||||
return ret;
|
||||
}
|
||||
|
||||
static int Command(void *_context, PlaybackCmd_t command, void *argument)
|
||||
static int Command(Context_t *context, PlaybackCmd_t command, void *argument)
|
||||
{
|
||||
Context_t *context = (Context_t *) _context; /* to satisfy compiler */
|
||||
int ret = cERR_PLAYBACK_NO_ERROR;
|
||||
|
||||
playback_printf(20, "Command %d\n", command);
|
||||
|
Reference in New Issue
Block a user