Skip to content

Commit

Permalink
🔊 pcr2
Browse files Browse the repository at this point in the history
  • Loading branch information
ci7lus committed May 24, 2021
1 parent 29d5b3b commit cde95a6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions patches/aribsub.c.patch
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ index 46272ea1758a..cb7c802eef2f 100644

block_Release( p_block );
diff --git a/modules/demux/mpeg/ts.c b/modules/demux/mpeg/ts.c
index 3dbe52775694..2bb49546f2bc 100644
index 3dbe52775694..d0af7f3217f3 100644
--- a/modules/demux/mpeg/ts.c
+++ b/modules/demux/mpeg/ts.c
@@ -2190,6 +2190,7 @@ static void ProgramSetPCR( demux_t *p_demux, ts_pmt_t *p_pmt, mtime_t i_pcr )
p_pmt->pcr.i_current = i_pcr;
if( p_pmt->pcr.i_first == -1 )
@@ -2192,6 +2192,7 @@ static void ProgramSetPCR( demux_t *p_demux, ts_pmt_t *p_pmt, mtime_t i_pcr )
{
+ msg_Dbg(p_demux, "i_pcr %" PRId64 ", pcr_i_first %" PRId64, i_pcr, p_pmt->pcr.i_first);
p_pmt->pcr.i_first = i_pcr; // now seen
}
+ msg_Dbg(p_demux, "i_pcr %" PRId64 ", pcr_i_first %" PRId64, i_pcr, p_pmt->pcr.i_first);

if ( p_sys->i_pmt_es )
{

0 comments on commit cde95a6

Please sign in to comment.