Changeset 106 for trunk/sources/thelib/src/protocols/ts/innettsstream.cpp
- Timestamp:
- 08/26/10 19:37:23 (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/thelib/src/protocols/ts/innettsstream.cpp
r105 r106 394 394 { 395 395 _streamCapabilities.ClearVideo(); 396 _streamCapabilities.videoCodecId = CODEC_VIDEO_AVC;397 396 _streamCapabilities.videoCodecInfo.avc.SPSLength = (uint16_t) length; 398 397 _streamCapabilities.videoCodecInfo.avc.pSPS = new uint8_t[length]; … … 409 408 _streamCapabilities.videoCodecInfo.avc.pPPS = new uint8_t[length]; 410 409 memcpy(_streamCapabilities.videoCodecInfo.avc.pPPS, pData, length); 410 _streamCapabilities.videoCodecId = CODEC_VIDEO_AVC; 411 411 break; 412 412 }
Note: See TracChangeset
for help on using the changeset viewer.
