diff options
Diffstat (limited to 'recordmydesktop')
-rw-r--r-- | recordmydesktop/src/rmd_initialize_data.c | 1 | ||||
-rw-r--r-- | recordmydesktop/src/rmd_types.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/recordmydesktop/src/rmd_initialize_data.c b/recordmydesktop/src/rmd_initialize_data.c index c71dc9b..32bd529 100644 --- a/recordmydesktop/src/rmd_initialize_data.c +++ b/recordmydesktop/src/rmd_initialize_data.c @@ -85,7 +85,6 @@ int InitializeData(ProgData *pdata, pthread_cond_init(&pdata->time_cond,NULL); pthread_cond_init(&pdata->pause_cond,NULL); pthread_cond_init(&pdata->image_buffer_ready,NULL); - pthread_cond_init(&pdata->sound_buffer_ready,NULL); pthread_cond_init(&pdata->sound_data_read,NULL); pthread_cond_init(&pdata->theora_lib_clean,NULL); pthread_cond_init(&pdata->vorbis_lib_clean,NULL); diff --git a/recordmydesktop/src/rmd_types.h b/recordmydesktop/src/rmd_types.h index e520c84..2af06b2 100644 --- a/recordmydesktop/src/rmd_types.h +++ b/recordmydesktop/src/rmd_types.h @@ -282,7 +282,6 @@ struct _ProgData { //whenever it's time to get a screenshot pause_cond, //this is blocks execution, //when program is paused - sound_buffer_ready, //sound encoding finished sound_data_read, //a buffer is ready for proccessing image_buffer_ready, //image encoding finished theora_lib_clean, //the flush_ogg thread cannot |