# HG changeset patch # User cehoyos # Date 1234138706 0 # Node ID 6fc3497dc81f4cd47d822b1177a39721d577b4f1 # Parent 4bb782c7793e511a32d30bac4aadb2eb3e0d2060 Fix timestamp parsing in XSUB decoder. Patch by Bj«Órn Axelsson gecko A acc D umu D se diff -r 4bb782c7793e -r 6fc3497dc81f xsubdec.c --- a/xsubdec.c Sun Feb 08 23:32:46 2009 +0000 +++ b/xsubdec.c Mon Feb 09 00:18:26 2009 +0000 @@ -28,7 +28,7 @@ } static const uint8_t tc_offsets[9] = { 0, 1, 3, 4, 6, 7, 9, 10, 11 }; -static const uint8_t tc_muls[9] = { 10, 6, 10, 6, 10, 6, 10, 10, 1 }; +static const uint8_t tc_muls[9] = { 10, 6, 10, 6, 10, 10, 10, 10, 1 }; static uint64_t parse_timecode(const uint8_t *buf) { int i;