Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guillaume Martres
aom-rav1e
Commits
31e86192
Commit
31e86192
authored
Dec 28, 2011
by
John Koleszar
Browse files
Remove unused BLOCK member force_empty
Change-Id: I72ed49ce14ca0124dd0d31bfcf4c7630a4681587
parent
2d8d15a7
Changes
2
Hide whitespace changes
Inline
Side-by-side
vp8/encoder/block.h
View file @
31e86192
...
...
@@ -45,10 +45,6 @@ typedef struct
unsigned
char
**
base_src
;
int
src
;
int
src_stride
;
// MV enc_mv;
int
force_empty
;
}
BLOCK
;
typedef
struct
...
...
vp8/encoder/ethreading.c
View file @
31e86192
...
...
@@ -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
;
}
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment