comparison xsubenc.c @ 10091:8e1fbf9b0858 libavcodec

100l typo, xsub encoder printed end time hours where minutes should have been.
author reimar
date Wed, 26 Aug 2009 10:08:00 +0000
parents 4ccec8d051fa
children 8a4984c5cacc
comparison
equal deleted inserted replaced
10090:1315878bc455 10091:8e1fbf9b0858
152 } 152 }
153 153
154 snprintf(buf, 28, 154 snprintf(buf, 28,
155 "[%02d:%02d:%02d.%03d-%02d:%02d:%02d.%03d]", 155 "[%02d:%02d:%02d.%03d-%02d:%02d:%02d.%03d]",
156 start_tc[3], start_tc[2], start_tc[1], start_tc[0], 156 start_tc[3], start_tc[2], start_tc[1], start_tc[0],
157 end_tc[3], end_tc[3], end_tc[1], end_tc[0]); 157 end_tc[3], end_tc[2], end_tc[1], end_tc[0]);
158 158
159 // Width and height must probably be multiples of 2. 159 // Width and height must probably be multiples of 2.
160 // 2 pixels required on either side of subtitle. 160 // 2 pixels required on either side of subtitle.
161 // Possibly due to limitations of hardware renderers. 161 // Possibly due to limitations of hardware renderers.
162 // TODO: check if the bitmap is already padded 162 // TODO: check if the bitmap is already padded