Changeset 720


Ignore:
Timestamp:
01/14/12 03:59:58 (4 months ago)
Author:
josh
Message:

-- RTMP: Cosmetics in CreateONS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/thelib/src/protocols/rtmp/basertmpprotocol.cpp

    r719 r720  
    465465        } else { 
    466466 
    467         if (_streams[streamId]->GetType() != ST_NEUTRAL_RTMP) { 
    468                 FATAL("Try to play a stream over a non neutral stream: id: %u; type: %"PRIu64, 
    469                                 streamId, _streams[streamId]->GetType()); 
    470                 return NULL; 
    471         } 
    472  
    473         delete _streams[streamId]; 
    474         _streams[streamId] = NULL; 
     467                if (_streams[streamId]->GetType() != ST_NEUTRAL_RTMP) { 
     468                        FATAL("Try to play a stream over a non neutral stream: id: %u; type: %"PRIu64, 
     469                                        streamId, _streams[streamId]->GetType()); 
     470                        return NULL; 
     471                } 
     472 
     473                delete _streams[streamId]; 
     474                _streams[streamId] = NULL; 
    475475    } 
    476476 
Note: See TracChangeset for help on using the changeset viewer.