- Timestamp:
- Oct 27, 2011 10:22:39 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/1.x/pjmedia/src/pjmedia/stream.c
r3831 r3868 2055 2055 stream->codec_param.setting.frm_per_pkt = 1; 2056 2056 2057 /* Init the codec. */ 2058 status = stream->codec->op->init(stream->codec, pool); 2059 if (status != PJ_SUCCESS) 2060 goto err_cleanup; 2061 2057 2062 /* Open the codec. */ 2058 2063 status = stream->codec->op->open(stream->codec, &stream->codec_param);
Note: See TracChangeset
for help on using the changeset viewer.