ffmpeg: fix error duplicate ‘const’ declaration specifier

Origin commit data
------------------
Branch: master
Commit: b61b2b55c0
Author: GetAway <get-away@t-online.de>
Date: 2019-06-18 (Tue, 18 Jun 2019)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
GetAway
2019-06-18 18:24:25 +02:00
committed by max_10
parent 88583acb9c
commit b1af58a587
2 changed files with 2 additions and 2 deletions

View File

@@ -188,7 +188,7 @@ void getfillerMutex(const char *filename __attribute__((unused)), const char *fu
ffmpeg_printf(100, "::%d received mutex\n", line);
}
void releasefillerMutex(const char *filename __attribute__((unused)), const const char *function __attribute__((unused)), int line __attribute__((unused)))
void releasefillerMutex(const char *filename __attribute__((unused)), const char *function __attribute__((unused)), int line __attribute__((unused)))
{
pthread_mutex_unlock(&fillermutex);