Skip to content
Snippets Groups Projects
Commit 31e86192 authored by John Koleszar's avatar John Koleszar
Browse files

Remove unused BLOCK member force_empty

Change-Id: I72ed49ce14ca0124dd0d31bfcf4c7630a4681587
parent 2d8d15a7
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment