Changeset 4076 for pjproject/trunk
- Timestamp:
- Apr 24, 2012 9:40:35 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/src/pjmedia/converter_libswscale.c
r4056 r4076 151 151 152 152 h = sws_scale(fcv->sws_ctx, 153 src->apply_param.planes, src->apply_param.strides, 153 (const uint8_t* const *)src->apply_param.planes, 154 src->apply_param.strides, 154 155 0, src->apply_param.size.h, 155 156 dst->apply_param.planes, dst->apply_param.strides);
Note: See TracChangeset
for help on using the changeset viewer.