ref: 4410bbbf8873c1ba4f04b83f9fb9f32792930068
parent: 6a7b1fb754d101984da97f5db9cb06256b6b5e1b
parent: 9c2b3744c970ad57e65cfaf5e353894ff785d7b3
author: Jim Bankoski <[email protected]>
date: Sat Oct 5 12:46:11 EDT 2013
Merge "cpplint issues in vp9_lookahead.c"
--- a/vp9/encoder/vp9_lookahead.c
+++ b/vp9/encoder/vp9_lookahead.c
@@ -10,7 +10,7 @@
#include <assert.h>
#include <stdlib.h>
-#include "vpx_config.h"
+#include "./vpx_config.h"
#include "vp9/common/vp9_common.h"
#include "vp9/encoder/vp9_lookahead.h"
#include "vp9/common/vp9_extend.h"
@@ -77,7 +77,7 @@
goto bail;
}
return ctx;
-bail:
+ bail:
vp9_lookahead_destroy(ctx);
return NULL;
}