- Timestamp:
- 08/06/10 10:58:22 (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/thelib/src/protocols/liveflv/inboundliveflvprotocol.cpp
r54 r55 100 100 uint32_t timestamp; 101 101 type = GETIBPOINTER(buffer)[0]; 102 length = ntohl (*((uint32_t *) (GETIBPOINTER(buffer) + 1))) >> 8; //----MARKED-LONG---102 length = ntohlp((GETIBPOINTER(buffer) + 1)) >> 8; //----MARKED-LONG--- 103 103 if (length >= 1024 * 1024) { 104 104 FATAL("Frame too large: %d", length);
Note: See TracChangeset
for help on using the changeset viewer.
