# HG changeset patch # User reimar # Date 1251281280 0 # Node ID 8e1fbf9b08585942619b050a90ad454fabf2d711 # Parent 1315878bc455d4da6871214f095597e10bf10178 100l typo, xsub encoder printed end time hours where minutes should have been. diff -r 1315878bc455 -r 8e1fbf9b0858 xsubenc.c --- a/xsubenc.c Wed Aug 26 09:10:51 2009 +0000 +++ b/xsubenc.c Wed Aug 26 10:08:00 2009 +0000 @@ -154,7 +154,7 @@ snprintf(buf, 28, "[%02d:%02d:%02d.%03d-%02d:%02d:%02d.%03d]", start_tc[3], start_tc[2], start_tc[1], start_tc[0], - end_tc[3], end_tc[3], end_tc[1], end_tc[0]); + end_tc[3], end_tc[2], end_tc[1], end_tc[0]); // Width and height must probably be multiples of 2. // 2 pixels required on either side of subtitle.