Avoiding to start writer thread if iso_write_opts_set_will_cancel() is set to 1.

This commit is contained in:
2010-12-06 17:05:35 +01:00
parent 27e69c38ab
commit dcc6ffd184
3 changed files with 35 additions and 10 deletions

View File

@@ -586,6 +586,7 @@ struct ecma119_image
/* writer thread descriptor */
pthread_t wthread;
int wthread_is_running;
pthread_attr_t th_attr;
/* User settable PVD time stamps */