Ignore:
Timestamp:
Jun 20, 2006 3:39:07 PM (18 years ago)
Author:
bennylp
Message:

Yet again large diffs because of documentation/doxygen update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia/conference.c

    r513 r531  
    10561056                   count)); 
    10571057 
    1058         status = (cport->port->get_frame)(cport->port, &f); 
     1058        status = pjmedia_port_get_frame(cport->port, &f); 
    10591059 
    10601060        *type = f.type; 
     
    14611461                continue; 
    14621462            } 
     1463 
     1464            /* Check that the port is not removed when we call get_frame() */ 
     1465            if (conf->ports[i] == NULL) 
     1466                continue; 
    14631467        } 
    14641468 
Note: See TracChangeset for help on using the changeset viewer.