typo 2
This commit is contained in:
parent
815b147352
commit
b617ce6947
1 changed files with 1 additions and 1 deletions
|
@ -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");}
|
||||
|
|
Loading…
Add table
Reference in a new issue