Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
Summary: Minor fix in doc comment

Reviewed By: enpe

Differential Revision:
D65483330

Privacy Context Container: L1191897

fbshipit-source-id: 62fae08f86eb1b0733e17c93129840a69948bbfd
  • Loading branch information
thorntondr authored and facebook-github-bot committed Nov 6, 2024
1 parent a951fed commit a1cad84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion impl/ocean/cv/FrameConverterRGB24.h
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ class OCEAN_CV_EXPORT FrameConverterRGB24 : public FrameConverter
static inline void convertRGB24FullRangeToY_U_V12LimitedRange(const uint8_t* source, uint8_t* yTarget, uint8_t* uTarget, uint8_t* vTarget, const unsigned int width, const unsigned int height, const ConversionFlag flag, const unsigned int sourcePaddingElements, const unsigned int yTargetPaddingElements, const unsigned int uTargetPaddingElements, const unsigned int vTargetPaddingElements, Worker* worker = nullptr);

/**
* Converts a full range RGB24 frame to a full range Y_V_U12 frame with 7-bit precision using BT.601.
* Converts a full range RGB24 frame to a limited range Y_V_U12 frame with 7-bit precision using BT.601.
* <pre>
* RGB input value range: [ 0, 255]x[ 0, 255]x[0 , 255]
* YVU input value range: [16, 235]x[16, 240]x[16, 240]
Expand Down

0 comments on commit a1cad84

Please sign in to comment.