ref: cb24406da5367fbbbe00331d78f6ae30502c2193
parent: 3d22d3ae0c77dbb529040aa7674a3799e201ba81
parent: 18c780a0ff209940d361626c212e20b2559f48e8
author: Jingning Han <[email protected]>
date: Tue Sep 10 08:05:22 EDT 2013
Merge "Remove the use of uninitialized_safe in encode_sb_"
--- a/vp9/encoder/vp9_encodeframe.c
+++ b/vp9/encoder/vp9_encodeframe.c
@@ -792,7 +792,7 @@
MACROBLOCKD * const xd = &x->e_mbd;
BLOCK_SIZE c1 = BLOCK_8X8;
const int bsl = b_width_log2(bsize), bs = (1 << bsl) / 4;
- int UNINITIALIZED_IS_SAFE(pl);
+ int pl = 0;
PARTITION_TYPE partition;
BLOCK_SIZE subsize;
int i;