From 4004b8e1aadb2566c10cb996caf5c652bc4c5caf Mon Sep 17 00:00:00 2001 From: Thulinma Date: Sun, 17 Apr 2011 04:07:42 +0200 Subject: [PATCH] Typo, again. Bedtijd. --- 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 28da8993..cd224d0b 100644 --- a/Connector_RTMP/main.cpp +++ b/Connector_RTMP/main.cpp @@ -279,7 +279,7 @@ void Connector_RTMP::parseChunk(){ #if DEBUG >= 4 int tmpint; double objencoding = 0; - if (amfdata.getContentP(2)->getContentP("objectencoding")){ + if (amfdata.getContentP(2)->getContentP("objectEncoding")){ objencoding = amfdata.getContentP(2)->getContentP("objectEncoding")->NumValue(); } tmpint = amfdata.getContentP(2)->getContentP("videoCodecs")->NumValue();