]> git.sesse.net Git - ffmpeg/commit
avformat/segment: remove last_cut check when detecting a new segment
authorMarton Balint <cus@passwd.hu>
Thu, 26 Jan 2017 02:04:57 +0000 (03:04 +0100)
committerMarton Balint <cus@passwd.hu>
Sat, 4 Feb 2017 22:36:45 +0000 (23:36 +0100)
commit85169a75e17e35d17d26769324628d3202050bff
tree766dd3f604bf1d61f3f3cf0cb445fc1a208c601f
parentaf621b6d6e391f22a45bb8cb70765d2afa852b68
avformat/segment: remove last_cut check when detecting a new segment

Not starting a new segment if the elapsed microsecs since the start of the day
equals the the elapsed microsecs since the start of the day at the time of the
last cut seems plain wrong to me, Deti do you remember the original reason
behind this check?

Signed-off-by: Marton Balint <cus@passwd.hu>
libavformat/segment.c