Re: [FFmpeg-devel] [PATCH] libavformat: forced PCR pid in mpegts muxer

2019-05-10 Thread Andreas Håkon
Ping. Waiting to review. A.H. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-devel] [PATCH] libavformat: forced PCR pid in mpegts muxer

2019-04-29 Thread Andreas Håkon
‐‐‐ Original Message ‐‐‐ On Tuesday, 23 de April de 2019 14:03, Andreas Håkon wrote: > > Thank you Moritz! > All applied. > > In addition, one correction regarding the initialization. > Sorry, but first version has an error. This is clean! > > Regards. > A.H. > Hi Michael Niedermayer,

Re: [FFmpeg-devel] [PATCH] libavformat: forced PCR pid in mpegts muxer

2019-04-23 Thread Andreas Håkon
‐‐‐ Original Message ‐‐‐ On Tuesday, 23 de April de 2019 14:20, Moritz Barsnick wrote: > On Tue, Apr 23, 2019 at 12:03:11 +, Andreas Håkon wrote: > > > In addition, one correction regarding the initialization. > > Sorry, but first version has an error. This is clean! > > I had seen t

Re: [FFmpeg-devel] [PATCH] libavformat: forced PCR pid in mpegts muxer

2019-04-23 Thread Moritz Barsnick
On Tue, Apr 23, 2019 at 12:03:11 +, Andreas Håkon wrote: > In addition, one correction regarding the initialization. > Sorry, but first version has an error. This is clean! I had seen that the option got initialized to 0x, but checked that that is never a legally assigned pid (there's a "<

Re: [FFmpeg-devel] [PATCH] libavformat: forced PCR pid in mpegts muxer

2019-04-23 Thread Andreas Håkon
‐‐‐ Original Message ‐‐‐ On Tuesday, 23 de April de 2019 13:43, Moritz Barsnick wrote: > On Tue, Apr 23, 2019 at 11:15:40 +, Andreas Håkon wrote: > > Nits: > > > Subject: libavformat: forced PCR pid in mpegts muxer > > "libavformat/mpegtsenc: allow to force the PID carrying the PCR"

Re: [FFmpeg-devel] [PATCH] libavformat: forced PCR pid in mpegts muxer

2019-04-23 Thread Moritz Barsnick
On Tue, Apr 23, 2019 at 11:15:40 +, Andreas Håkon wrote: Nits: > Subject: libavformat: forced PCR pid in mpegts muxer "libavformat/mpegtsenc: allow to force the PID carrying the PCR" (or something along those lines) > By default FFmpeg selects the first video stream, or the first one in > t

[FFmpeg-devel] [PATCH] libavformat: forced PCR pid in mpegts muxer

2019-04-23 Thread Andreas Håkon
New optional parameter “-force_prc_pid” for the mpegtsenc muxer. Regards. A.H. ---From ecda0e2f9b0e01a62f06cfb00684d11de6eb6dc2 Mon Sep 17 00:00:00 2001 From: Andreas Hakon Date: Tue, 23 Apr 2019 12:05:40 +0100 Subject: [PATCH] libavformat: forced PCR pid in mpegts muxer This patch provides a n