Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove unused ffmpeg_lock
  • Loading branch information
perexg committed Apr 24, 2015
1 parent 99920b8 commit 79e5ff8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/main.c
Expand Up @@ -160,7 +160,6 @@ const tvh_caps_t tvheadend_capabilities[] = {

pthread_mutex_t global_lock;
pthread_mutex_t tasklet_lock;
pthread_mutex_t ffmpeg_lock;
pthread_mutex_t fork_lock;
pthread_mutex_t atomic_lock;

Expand Down Expand Up @@ -549,7 +548,6 @@ main(int argc, char **argv)
main_tid = pthread_self();

/* Setup global mutexes */
pthread_mutex_init(&ffmpeg_lock, NULL);
pthread_mutex_init(&fork_lock, NULL);
pthread_mutex_init(&global_lock, NULL);
pthread_mutex_init(&tasklet_lock, NULL);
Expand Down
1 change: 0 additions & 1 deletion src/tvheadend.h
Expand Up @@ -99,7 +99,6 @@ typedef struct str_list
extern int tvheadend_running;

extern pthread_mutex_t global_lock;
extern pthread_mutex_t ffmpeg_lock;
extern pthread_mutex_t fork_lock;
extern pthread_mutex_t atomic_lock;

Expand Down

0 comments on commit 79e5ff8

Please sign in to comment.