Re: [FFmpeg-devel] [PATCH] lavf/mpegtsenc: clarify pcr_period unit of measurement

2017-03-16 Thread Lou Logan
On Wed, 15 Mar 2017 18:47:31 -0800 Lou Logan wrote: > pcr_period is in milliseconds. > > Signed-off-by: Lou Logan > --- > libavformat/mpegtsenc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Pushed. ___ ffmpeg-devel mailing list ffmpeg-de

Re: [FFmpeg-devel] [PATCH] lavf/mpegtsenc: clarify pcr_period unit of measurement

2017-03-16 Thread Michael Niedermayer
On Thu, Mar 16, 2017 at 08:56:54AM -0800, Lou Logan wrote: > On Thu, 16 Mar 2017 16:39:18 +0100 > Michael Niedermayer wrote: > > > i suggested it in the past already, but all time and duration values > > should be changed to use seconds. It would be much cleaner, consistent > > and less confusing

Re: [FFmpeg-devel] [PATCH] lavf/mpegtsenc: clarify pcr_period unit of measurement

2017-03-16 Thread Lou Logan
On Thu, 16 Mar 2017 16:39:18 +0100 Michael Niedermayer wrote: > i suggested it in the past already, but all time and duration values > should be changed to use seconds. It would be much cleaner, consistent > and less confusing. Agreed, but this minor commit can be somewhat informative until if/w

Re: [FFmpeg-devel] [PATCH] lavf/mpegtsenc: clarify pcr_period unit of measurement

2017-03-16 Thread Michael Niedermayer
On Wed, Mar 15, 2017 at 06:47:31PM -0800, Lou Logan wrote: > pcr_period is in milliseconds. > > Signed-off-by: Lou Logan > --- > libavformat/mpegtsenc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavformat/mpegtsenc.c b/libavformat/mpegtsenc.c > index 0f394c5fe0.

[FFmpeg-devel] [PATCH] lavf/mpegtsenc: clarify pcr_period unit of measurement

2017-03-15 Thread Lou Logan
pcr_period is in milliseconds. Signed-off-by: Lou Logan --- libavformat/mpegtsenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/mpegtsenc.c b/libavformat/mpegtsenc.c index 0f394c5fe0..3250dde311 100644 --- a/libavformat/mpegtsenc.c +++ b/libavformat/mpegtsenc.