From 0a04e77458113e3e2b37b71f33b5f1dec89c2686 Mon Sep 17 00:00:00 2001 From: Thulinma Date: Mon, 8 Nov 2010 21:11:12 +0100 Subject: [PATCH] Double tag buffer --- Connector_RTMP/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Connector_RTMP/main.cpp b/Connector_RTMP/main.cpp index 182b7341..a83454a3 100644 --- a/Connector_RTMP/main.cpp +++ b/Connector_RTMP/main.cpp @@ -156,7 +156,7 @@ int main(int argc, char ** argv){ tag[1]->data[5] = ftst / 256; tag[1]->data[6] = ftst % 256; } - SendMedia((unsigned char)tag[1]->data[0], (unsigned char *)tag[1]->data+11, tag->len-15, ts); + SendMedia((unsigned char)tag[1]->data[0], (unsigned char *)tag[1]->data+11, tag[1]->len-15, ts); #ifdef DEBUG fprintf(stderr, "Sent a tag to %i\n", CONN_fd); #endif