mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-28 16:00:58 +02:00
container_ffmpeg: fix Write from incompatible pointer type
Origin commit data
------------------
Branch: master
Commit: ad45a46137
Author: max_10 <max_10@gmx.de>
Date: 2018-03-18 (Sun, 18 Mar 2018)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -180,9 +180,9 @@ static void releaseMutex(const char *filename __attribute__((unused)), const con
|
|||||||
ffmpeg_printf(100, "::%d released mutex\n", line);
|
ffmpeg_printf(100, "::%d released mutex\n", line);
|
||||||
}
|
}
|
||||||
|
|
||||||
typedef int32_t (* Write_FN)(void *, void *);
|
typedef int32_t (* Write_FN)(Context_t *context, void *);
|
||||||
|
|
||||||
static int32_t Write(Write_FN WriteFun, void *context, void *privateData)
|
static int32_t Write(Write_FN WriteFun, Context_t *context, void *privateData)
|
||||||
{
|
{
|
||||||
/* Because Write is blocking we will release mutex which protect
|
/* Because Write is blocking we will release mutex which protect
|
||||||
* avformat structures, during write time
|
* avformat structures, during write time
|
||||||
|
Reference in New Issue
Block a user