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
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
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
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.
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.