Roberto Corno

Results 4 comments of Roberto Corno

Well it seems easier, just changing ``` if (random) tsaf_set_randomaccess(buffer); ``` with ``` if ((random && !encaps->pcr_interval) || (random && encaps->pcr_interval && pcr_prog!= UINT64_MAX)) tsaf_set_randomaccess(buffer); ``` in upipe_ts_encaps_build_ts method does...

Here it is [upipe_ts_test.c.gz](https://github.com/Upipe/upipe/files/3733560/upipe_ts_test.c.gz)

Hi, is there anything still wrong with the pull request ? I asked for a second review but it's still waiting