diff options
Diffstat (limited to 'libhb/common.h')
-rw-r--r-- | libhb/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/common.h b/libhb/common.h index 2a56701db..682b60c89 100644 --- a/libhb/common.h +++ b/libhb/common.h @@ -462,6 +462,7 @@ struct hb_state_s int hours; int minutes; int seconds; + int sequence_id; } working; struct |