Merge "Fix size of Rect fields in CROP spec" into main

This commit is contained in:
Treehugger Robot
2024-10-25 16:41:02 +00:00
committed by Android (Google) Code Review

View File

@@ -282,7 +282,7 @@ enum StandardMetadataType {
* When it is encoded into a byte stream, the total number of Rects is written using
* 8 bytes in little endian. It is followed by each Rect.
*
* To encode a Rect, write the following fields in this order each as 8 bytes in little endian:
* To encode a Rect, write the following fields in this order each as 4 bytes in little endian:
* left, top, right and bottom.
*/
CROP = 16,