libyuv.h: Add scale_rgb.h and remove scale_row.h libyuv/scale_rgb.h declares an API function, so it is a public header and should be included by the umbrella header libyuv.h. libyuv/scale_row.h should be an internal header. It should not be included by the umbrella header libyuv.h. Fixed: 553139990, 553143607 Change-Id: I5c1a61296a06a96a36c33ec470513ab7bd1f0e66 Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/8301033 Reviewed-by: Frank Barchard <fbarchard@google.com> Commit-Queue: Wan-Teh Chang <wtc@google.com>
libyuv is an open source project that includes YUV scaling and conversion functionality.
See Getting started for instructions on how to get started developing.
You can also browse the docs directory for more documentation.