]> git.sesse.net Git - ffmpeg/commit
avformat/dump: Fix sign bug in reported "start" time
authorBryan Huh <bryan@box.com>
Wed, 13 Apr 2016 04:49:27 +0000 (21:49 -0700)
committerMichael Niedermayer <michael@niedermayer.cc>
Wed, 13 Apr 2016 22:13:15 +0000 (00:13 +0200)
commit949444348b752664243681625f9f1d2c55b6dfaa
tree0fe9e81907c551368d2bdc12adf589a41c94c667
parent56759f69a6015b3ce6bdf4b7ae441bb44b097e5e
avformat/dump: Fix sign bug in reported "start" time

Previously, the bug was that if -1 < start_time < 0, the reported
"start" time would lose the negative-sign.

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavformat/dump.c