diff options
-rw-r--r-- | libhb/sync.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libhb/sync.c b/libhb/sync.c index 288b6434d..456fc2094 100644 --- a/libhb/sync.c +++ b/libhb/sync.c @@ -2314,6 +2314,8 @@ static hb_buffer_t * FilterAudioFrame( sync_stream_t * stream, } buf->s.duration = 90000. * stream->audio.src.pkt.output_frames_gen / audio->config.out.samplerate; + buf->s.start = stream->next_pts; + buf->s.stop = stream->next_pts + buf->s.duration; } if (audio->config.out.gain > 0.0) { |