Typo, again. Bedtijd.
This commit is contained in:
parent
c5397813bb
commit
4004b8e1aa
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ void Connector_RTMP::parseChunk(){
|
||||||
#if DEBUG >= 4
|
#if DEBUG >= 4
|
||||||
int tmpint;
|
int tmpint;
|
||||||
double objencoding = 0;
|
double objencoding = 0;
|
||||||
if (amfdata.getContentP(2)->getContentP("objectencoding")){
|
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();
|
tmpint = amfdata.getContentP(2)->getContentP("videoCodecs")->NumValue();
|
||||||
|
|
Loading…
Add table
Reference in a new issue