- Timestamp:
- Aug 29, 2011 2:38:01 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/src/pjmedia/conf_switch.c
r3664 r3730 168 168 conf_port->port = port; 169 169 conf_port->info = &port->info; 170 conf_port->samples_per_frame = PJMEDIA_PINFO_SAMPLES_PER_FRAME(&port->info);170 conf_port->samples_per_frame = PJMEDIA_PIA_SPF(&port->info); 171 171 172 172 /* Init pjmedia_frame structure in the TX buffer. */ … … 1228 1228 ++ci; 1229 1229 1230 master_samples_per_frame = PJMEDIA_PINFO_SAMPLES_PER_FRAME( 1231 &conf->master_port->info); 1230 master_samples_per_frame = PJMEDIA_PIA_SPF(&conf->master_port->info); 1232 1231 1233 1232 /* Update clock of the port. */
Note: See TracChangeset
for help on using the changeset viewer.