diff options
Diffstat (limited to 'libhb/muxmp4.c')
-rw-r--r-- | libhb/muxmp4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/muxmp4.c b/libhb/muxmp4.c index 4cc9d5d0f..dba02fd07 100644 --- a/libhb/muxmp4.c +++ b/libhb/muxmp4.c @@ -691,7 +691,7 @@ static int MP4Mux( hb_mux_object_t * m, hb_mux_data_t * mux_data, hb_buffer_t * buf ) { hb_job_t * job = m->job; - int64_t duration, stop = -1; + int64_t duration, stop = AV_NOPTS_VALUE; int64_t offset = 0; hb_buffer_t *tmp; |