diff options
Diffstat (limited to 'src/rmd_flush_to_ogg.c')
-rw-r--r-- | src/rmd_flush_to_ogg.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rmd_flush_to_ogg.c b/src/rmd_flush_to_ogg.c index 87308a6..d2e7f44 100644 --- a/src/rmd_flush_to_ogg.c +++ b/src/rmd_flush_to_ogg.c @@ -29,6 +29,7 @@ #include "rmd_encode_image_buffer.h" #include "rmd_encode_sound_buffer.h" +#include "rmd_threads.h" #include "rmd_types.h" #include <pthread.h> @@ -75,6 +76,8 @@ void *rmdFlushToOgg(ProgData *pdata) { int th_st_fin = 0, v_st_fin = (pdata->args.nosound); + rmdThreadsSetName("rmdFlushToOgg"); + while (!(th_st_fin && v_st_fin)) { int audio_or_video = 0; |