Remove unused BLOCK member force_empty

Change-Id: I72ed49ce14ca0124dd0d31bfcf4c7630a4681587
This commit is contained in:
John Koleszar 2011-12-28 13:57:51 -08:00
parent 2d8d15a71c
commit 31e86192ba
2 changed files with 0 additions and 6 deletions

View File

@ -45,10 +45,6 @@ typedef struct
unsigned char **base_src; unsigned char **base_src;
int src; int src;
int src_stride; int src_stride;
// MV enc_mv;
int force_empty;
} BLOCK; } BLOCK;
typedef struct typedef struct

View File

@ -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 = x->block[i].src;
*/ */
z->block[i].src_stride = x->block[i].src_stride; z->block[i].src_stride = x->block[i].src_stride;
z->block[i].force_empty = x->block[i].force_empty;
} }
{ {