]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
remove unused ffmpeg_lock
authorJaroslav Kysela <perex@perex.cz>
Fri, 24 Apr 2015 13:40:57 +0000 (15:40 +0200)
committerJaroslav Kysela <perex@perex.cz>
Fri, 24 Apr 2015 13:40:57 +0000 (15:40 +0200)
src/main.c
src/tvheadend.h

index 252cdf51abc1cdbcb4f99aa1bbd9469784844ad7..6d4d7567219658fbe80419c543dbf399325d25ef 100644 (file)
@@ -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;
 
@@ -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);
index 3548694c064a63d65b01d03e42109b1d85359690..246a135dd917edf9e85b4a42ab0e681322194034 100644 (file)
@@ -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;