Skip to content

Commit ec3aba8

Browse files
quariumcmassiot
authored andcommitted
upipe-hls: fix audio PCR interval tolerance
fix: d27a083
1 parent a121c07 commit ec3aba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/upipe-hls/upipe_hls_audio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ static int probe_uref(struct uprobe *uprobe, struct upipe *inner,
407407
UPROBE_LOG_VERBOSE, "ts"));
408408
upipe_mgr_release(upipe_ts_demux_mgr);
409409
UBASE_ALLOC_RETURN(output);
410-
upipe_ts_demux_set_max_pcr_interval(upipe, 5 * UCLOCK_FREQ);
410+
upipe_ts_demux_set_max_pcr_interval(output, 5 * UCLOCK_FREQ);
411411
upipe_release(output);
412412
break;
413413
}

0 commit comments

Comments
 (0)