Re: [FFmpeg-devel] [PATCH 5/6] avformat/mpegtsenc: fix PCR generation intervals

2019-08-10 Thread Marton Balint
On Fri, 9 Aug 2019, Andreas Håkon wrote: Hi Marton, ‐‐‐ Original Message ‐‐‐ On Thursday, 8 de August de 2019 23:27, Marton Balint wrote: PCR generation was based on counting packets for both CBR and VBR streams. Couting packets might have worked for CBR streams (when muxrate was s

Re: [FFmpeg-devel] [PATCH 5/6] avformat/mpegtsenc: fix PCR generation intervals

2019-08-09 Thread Andreas Håkon
Hi Marton, ‐‐‐ Original Message ‐‐‐ On Thursday, 8 de August de 2019 23:27, Marton Balint wrote: > PCR generation was based on counting packets for both CBR and VBR streams. > Couting packets might have worked for CBR streams (when muxrate was specified) > but it only took into account t