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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp8/common/g_common.h b/vp8/common/g_common.h
index 0955aa619..089898432 100644
--- a/vp8/common/g_common.h
+++ b/vp8/common/g_common.h
@@ -10,7 +10,7 @@
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 (*vp9_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,