]> git.sesse.net Git - vlc/commit
Reset the timestamp state on BLOCK_FLAG_DISCONTINUITY.
authorLaurent Aimar <fenrir@videolan.org>
Thu, 7 May 2009 18:45:47 +0000 (20:45 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Thu, 7 May 2009 18:45:47 +0000 (20:45 +0200)
commit80cfbe0ce1a640841f7ce6a08f8d433b05306812
tree292e96958ccfe6ff3985c7227b7dd34aef83c147
parent54aa64e826105f0c6ca7bb7b343f294ef08227e7
Reset the timestamp state on BLOCK_FLAG_DISCONTINUITY.

 On such flag, the bitstream before and after it are not related at all and
so are the timestamp. In order to not confuse the core, do not output
wrong timestamps.
modules/codec/schroedinger.c