mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-11-20 09:56:07 -05:00
update deps (particularly hyper) + fix warnings
This commit is contained in:
@@ -76,7 +76,11 @@ static int lock_callback(void **mutex, enum AVLockOp op) {
|
||||
case AV_LOCK_RELEASE:
|
||||
if (pthread_mutex_unlock(*mutex) != 0)
|
||||
return -1;
|
||||
break;
|
||||
default:
|
||||
return -1;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
void moonfire_ffmpeg_init(void) {
|
||||
@@ -91,7 +95,7 @@ struct moonfire_ffmpeg_streams {
|
||||
};
|
||||
|
||||
struct moonfire_ffmpeg_data {
|
||||
const char *data;
|
||||
uint8_t *data;
|
||||
size_t len;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user