Changes between Initial Version and Version 1 of Ticket #7599, comment 4
- Timestamp:
- Jan 13, 2019, 9:49:12 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7599, comment 4
initial v1 39 39 - rawimg->stride[AOM_PLANE_U] = frame->linesize[1]; 40 40 - rawimg->stride[AOM_PLANE_V] = frame->linesize[2]; 41 + if (rawimg .monochrome) {41 + if (rawimg->monochrome) { 42 42 + rawimg->planes[AOM_PLANE_U] = frame->data[0]; 43 43 + rawimg->planes[AOM_PLANE_V] = frame->data[0];


