diff options
Diffstat (limited to 'libhb/decomb.c')
-rw-r--r-- | libhb/decomb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/decomb.c b/libhb/decomb.c index 9f4026da6..75ad4649a 100644 --- a/libhb/decomb.c +++ b/libhb/decomb.c @@ -1115,7 +1115,7 @@ void mask_dilate_thread( void *thread_args_v ) pv = thread_args->pv; segment = thread_args->segment; - hb_log("mask dialate thread started for segment %d", segment); + hb_log("mask dilate thread started for segment %d", segment); while (1) { |