Re: [FFmpeg-devel] [PATCH 1/3] avformat/mxfdec: replace obsolete comment

2018-12-25 Thread Marton Balint
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

Re: [FFmpeg-devel] [PATCH 1/3] avformat/mxfdec: replace obsolete comment

2018-12-23 Thread Paul B Mahol
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 ___