]> git.sesse.net Git - vlc/commit
Added BLOCK_TS_INVALID define to check against unset/invalid timestamp.
authorLaurent Aimar <fenrir@videolan.org>
Sat, 25 Apr 2009 14:00:27 +0000 (16:00 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Sat, 25 Apr 2009 14:03:29 +0000 (16:03 +0200)
commit202a87b60c22375a5fd9c094bd10f2751e506d7c
treebb3338091c005fcd0cd9b558db88f6602c1e3b60
parentd80646034afdc03be4c635dd5ce9c9e3bae81361
Added BLOCK_TS_INVALID define to check against unset/invalid timestamp.

Its current value is 0 because of historical reasons. Once all the code
has been reviewed and changed to use BLOCK_TS_INVALID, we can then lower it
to INT64_MIN for example.
include/vlc_block.h
src/misc/block.c