avcenc: Disable SKIP_BIAS
am: 6ecdf603b4
Change-Id: I3598bbb5002751bd6531ca0d78d9afcaded849c4
This commit is contained in:
commit
16bee61d00
1 changed files with 2 additions and 2 deletions
|
|
@ -46,14 +46,14 @@
|
|||
* @brief Skip Bias value for P slice
|
||||
******************************************************************************
|
||||
*/
|
||||
#define SKIP_BIAS_P 2
|
||||
#define SKIP_BIAS_P 0
|
||||
|
||||
/**
|
||||
******************************************************************************
|
||||
* @brief Skip Bias value for B slice
|
||||
******************************************************************************
|
||||
*/
|
||||
#define SKIP_BIAS_B 16
|
||||
#define SKIP_BIAS_B 0
|
||||
|
||||
|
||||
/*****************************************************************************/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue