From b617ce6947f77063050bd6e6cc5535b8548fb86b Mon Sep 17 00:00:00 2001 From: Thulinma Date: Sun, 17 Apr 2011 00:58:51 +0200 Subject: [PATCH] typo 2 --- 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 dcd91056..98dec868 100644 --- a/Connector_RTMP/main.cpp +++ b/Connector_RTMP/main.cpp @@ -274,7 +274,7 @@ void Connector_RTMP::parseChunk(){ int tmpint; double objencoding = 0; if (amfdata.getContentP(2)->getContentP("objectencoding")){ - objencoding = amfdata.getContentP(2)->getContentP("objectencoding")->NumValue(); + objencoding = amfdata.getContentP(2)->getContentP("objectEncoding")->NumValue(); } tmpint = amfdata.getContentP(2)->getContentP("videoCodecs")->NumValue(); if (tmpint & 0x04){fprintf(stderr, "Sorensen video support detected\n");}