container_ffmpeg: fix Write from incompatible pointer type

Origin commit data
------------------
Branch: master
Commit: e3dd0e2b1c
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:
max_10
2018-03-18 01:21:50 +01:00
committed by TangoCash
parent b2aae77f0b
commit f1fa42979d

View File

@@ -180,9 +180,9 @@ static void releaseMutex(const char *filename __attribute__((unused)), const con
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
* avformat structures, during write time