diff options
Diffstat (limited to 'libhb/enclame.c')
-rw-r--r-- | libhb/enclame.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/enclame.c b/libhb/enclame.c index 6cb4ab3a3..1329836e5 100644 --- a/libhb/enclame.c +++ b/libhb/enclame.c @@ -94,7 +94,7 @@ int enclameInit( hb_work_object_t * w, hb_job_t * job ) audio->config.out.samples_per_frame = 1152; pv->list = hb_list_init(); - pv->pts = -1; + pv->pts = AV_NOPTS_VALUE; return 0; } |