summaryrefslogtreecommitdiffstats
path: root/libhb/work.c
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2017-11-22 10:55:22 -0800
committerJohn Stebbins <[email protected]>2017-11-22 10:55:22 -0800
commit653020c9e7ce01155d46810138482d2187cdd3b0 (patch)
tree740df29d79826ddc1fe3858f0c30bdb649c446c6 /libhb/work.c
parent8090e83d1d593dffb7e1d782a0265e21a2c05751 (diff)
add align a/v start to log
Diffstat (limited to 'libhb/work.c')
-rw-r--r--libhb/work.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libhb/work.c b/libhb/work.c
index 402d1bec4..599f360b8 100644
--- a/libhb/work.c
+++ b/libhb/work.c
@@ -354,6 +354,10 @@ void hb_display_job_info(hb_job_t *job)
break;
}
+ if (job->align_av_start)
+ {
+ hb_log(" + align initial A/V stream timestamps");
+ }
if (job->inline_parameter_sets)
{
hb_log(" + optimized for adaptive streaming (inline parameter sets)");