diff options
Diffstat (limited to 'src/lib.h')
-rw-r--r-- | src/lib.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -59,6 +59,7 @@ struct _TranscodeClientCtx { gboolean keyframe_found; guint timeout_handler_id; + gulong finished_handler_id; guint seconds_since_write; /* The transcode server context; we don't hold a ref to this */ TranscodeServerCtx *server_ctx; |