Fixed a typo.

This commit is contained in:
Rolf Ahrenberg 2010-03-09 15:31:18 +02:00
parent 9c085fea51
commit 0b38358442
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ bool cFemonH264::processVideo(const uint8_t *buf, int len)
case NAL_SEI:
if (!sei_found) {
//debug("H.264: Found NAL SEI at offset %d/%d\n", iny(buf - start), len);
//debug("H.264: Found NAL SEI at offset %d/%d\n", int(buf - start), len);
int nal_len = nalUnescape(nal_data, buf + 4, int(end - buf - 4));
consumed = parseSEI(nal_data, nal_len);
if (consumed > 0)