OSDN Git Service

ffmpeg: Change duration to int64_t
authorMichael Niedermayer <michael@niedermayer.cc>
Thu, 6 Apr 2017 20:46:47 +0000 (22:46 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Thu, 6 Apr 2017 22:07:08 +0000 (00:07 +0200)
commit0e2f0fedcd2232260378e760018a8ed84bd34343
tree5c4937c853a8c767f14900d26ca68e382ba3f23e
parent15a23a83326d70e470a6b5c8d71e55257bffd97b
ffmpeg: Change duration to int64_t

It is assigned from 64bit input in some branches and used with 64bit timestamps
This thus fixes a potential integer truncation

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
ffmpeg.c