summaryrefslogtreecommitdiff
path: root/vp8/encoder/encodemv.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp8/encoder/encodemv.h')
-rw-r--r--vp8/encoder/encodemv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vp8/encoder/encodemv.h b/vp8/encoder/encodemv.h
index 722162ba2..87db30f31 100644
--- a/vp8/encoder/encodemv.h
+++ b/vp8/encoder/encodemv.h
@@ -8,7 +8,6 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-
#ifndef VP8_ENCODER_ENCODEMV_H_
#define VP8_ENCODER_ENCODEMV_H_
@@ -20,7 +19,8 @@ extern "C" {
void vp8_write_mvprobs(VP8_COMP *);
void vp8_encode_motion_vector(vp8_writer *, const MV *, const MV_CONTEXT *);
-void vp8_build_component_cost_table(int *mvcost[2], const MV_CONTEXT *mvc, int mvc_flag[2]);
+void vp8_build_component_cost_table(int *mvcost[2], const MV_CONTEXT *mvc,
+ int mvc_flag[2]);
#ifdef __cplusplus
} // extern "C"