Changeset 695
- Timestamp:
- 11/14/11 03:26:12 (6 months ago)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/sources/thelib/src/protocols/liveflv/innetliveflvstream.cpp
r694 r695 101 101 bool InNetLiveFLVStream::IsCompatibleWithType(uint64_t type) { 102 102 return TAG_KIND_OF(type, ST_OUT_NET_RTMP) 103 || TAG_KIND_OF(type, ST_OUT_NET_RTP); 103 || TAG_KIND_OF(type, ST_OUT_NET_RTP) 104 || TAG_KIND_OF(type, ST_OUT_FILE_HLS); 104 105 } 105 106 -
trunk/sources/thelib/src/protocols/liveflv/innetliveflvstream.cpp
r694 r695 101 101 bool InNetLiveFLVStream::IsCompatibleWithType(uint64_t type) { 102 102 return TAG_KIND_OF(type, ST_OUT_NET_RTMP) 103 || TAG_KIND_OF(type, ST_OUT_NET_RTP); 103 || TAG_KIND_OF(type, ST_OUT_NET_RTP) 104 || TAG_KIND_OF(type, ST_OUT_FILE_HLS); 104 105 } 105 106
Note: See TracChangeset
for help on using the changeset viewer.
