Remove unused BLOCK member force_empty
Change-Id: I72ed49ce14ca0124dd0d31bfcf4c7630a4681587
This commit is contained in:
parent
2d8d15a71c
commit
31e86192ba
@ -45,10 +45,6 @@ typedef struct
|
||||
unsigned char **base_src;
|
||||
int src;
|
||||
int src_stride;
|
||||
|
||||
// MV enc_mv;
|
||||
int force_empty;
|
||||
|
||||
} BLOCK;
|
||||
|
||||
typedef struct
|
||||
|
@ -350,8 +350,6 @@ static void setup_mbby_copy(MACROBLOCK *mbdst, MACROBLOCK *mbsrc)
|
||||
z->block[i].src = x->block[i].src;
|
||||
*/
|
||||
z->block[i].src_stride = x->block[i].src_stride;
|
||||
z->block[i].force_empty = x->block[i].force_empty;
|
||||
|
||||
}
|
||||
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user