From 0b38358442b7e1d16a69b26d2a2d85f9648b8997 Mon Sep 17 00:00:00 2001 From: Rolf Ahrenberg Date: Tue, 9 Mar 2010 15:31:18 +0200 Subject: [PATCH] Fixed a typo. --- femonh264.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/femonh264.c b/femonh264.c index a55226e..7a9b9ab 100644 --- a/femonh264.c +++ b/femonh264.c @@ -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)