On Sun, 23 Dec 2018, Paul B Mahol wrote:
On 12/23/18, Marton Balint wrote:
We no longer use strftime directly but use av_timegm to get an int64_t
timestamp.
Signed-off-by: Marton Balint
---
libavformat/mxfdec.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
LGTM
Thanks, pus
On 12/23/18, Marton Balint wrote:
> We no longer use strftime directly but use av_timegm to get an int64_t
> timestamp.
>
> Signed-off-by: Marton Balint
> ---
> libavformat/mxfdec.c | 4 +---
> 1 file changed, 1 insertion(+), 3 deletions(-)
>
LGTM
___
We no longer use strftime directly but use av_timegm to get an int64_t
timestamp.
Signed-off-by: Marton Balint
---
libavformat/mxfdec.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c
index 6e96107498..d78f8ad2e4 100644
--- a/li