Changeset 3448
- Timestamp:
- Mar 15, 2011 11:23:48 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/2.0-dev/pjmedia/src/pjmedia/resample_port.c
r3392 r3448 68 68 69 69 d_afd = pjmedia_format_get_audio_format_detail(&dn_port->info.fmt, 1); 70 r_afd = pjmedia_format_get_audio_format_detail(&rport->base.info.fmt, 1);71 70 72 71 /* Create and initialize port. */ … … 81 80 rport->options = opt; 82 81 82 r_afd = pjmedia_format_get_audio_format_detail(&rport->base.info.fmt, 1); 83 83 84 84 /* Create buffers.
Note: See TracChangeset
for help on using the changeset viewer.