mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-05 09:06:50 +08:00
[mpp_enc]: Add color range support
1. Change interface for adding color range to MppPrepCfg. 2. Add option in MppEncCfg. 3. Add H.264 / H.265 sps support on full / limit range. IMPORTANT: the binary backward compatibility is broken since this commit. Change-Id: Ib68f29bab5c6d364fe8b612bd4dff2ecd5bc59cd Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
This commit is contained in:
@@ -349,6 +349,7 @@ typedef struct MppEncPrepCfg_t {
|
||||
*/
|
||||
MppFrameFormat format;
|
||||
MppFrameColorSpace color;
|
||||
MppFrameColorRange range;
|
||||
|
||||
MppEncRotationCfg rotation;
|
||||
|
||||
|
Reference in New Issue
Block a user