Merge "video: driver: Modify Min QP in CAP_TO_8BIT_QP macro"

This commit is contained in:
qctecmdr
2022-06-26 01:20:54 -07:00
committed by Gerrit - the friendly Code Review server
4 changed files with 4 additions and 6 deletions

View File

@@ -63,6 +63,8 @@
#define MAX_SUPPORTED_MIN_QUALITY 70
#define MIN_CHROMA_QP_OFFSET -12
#define MAX_CHROMA_QP_OFFSET 0
#define MIN_QP_10BIT -11
#define MIN_QP_8BIT 1
#define INVALID_FD -1
#define INVALID_CLIENT_ID -1