summaryrefslogtreecommitdiff
path: root/vp8/common/g_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp8/common/g_common.h')
-rw-r--r--vp8/common/g_common.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/vp8/common/g_common.h b/vp8/common/g_common.h
index 5f523980b..0955aa619 100644
--- a/vp8/common/g_common.h
+++ b/vp8/common/g_common.h
@@ -13,9 +13,9 @@ extern void (*vp8_clear_system_state)(void);
extern void (*vp8_plane_add_noise)(unsigned char *Start, unsigned int Width, unsigned int Height, int Pitch, int DPitch, int q);
extern void (*de_interlace)
(
- unsigned char *src_ptr,
- unsigned char *dst_ptr,
- int Width,
- int Height,
- int Stride
+ unsigned char *src_ptr,
+ unsigned char *dst_ptr,
+ int Width,
+ int Height,
+ int Stride
);