Changeset 41274 for titan/plugins/tithek/tithek.h
- Timestamp:
- 11/25/17 02:51:33 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/tithek/tithek.h
r40900 r41274 1652 1652 free(tmpstr1); tmpstr1 = NULL; 1653 1653 } 1654 else if(!ostrncmp("skip", tmpstr1, 4)) 1655 { 1656 debug(99, "skip playback screen, cancel by user"); 1657 free(tmpstr); tmpstr = NULL; 1658 free(tmpstr1); tmpstr1 = NULL; 1659 } 1654 1660 else if(ostrncmp("http", tmpstr1, 4) && ostrncmp("rtmp", tmpstr1, 4) && ostrncmp("mms", tmpstr1, 3) && ostrncmp("rtsp", tmpstr1, 4)) 1655 1661 {
Note: See TracChangeset
for help on using the changeset viewer.