summaryrefslogtreecommitdiff
path: root/vp9/decoder/vp9_dsubexp.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp9/decoder/vp9_dsubexp.h')
-rw-r--r--vp9/decoder/vp9_dsubexp.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/vp9/decoder/vp9_dsubexp.h b/vp9/decoder/vp9_dsubexp.h
index a8bcc70be..5a8ec8300 100644
--- a/vp9/decoder/vp9_dsubexp.h
+++ b/vp9/decoder/vp9_dsubexp.h
@@ -8,7 +8,6 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-
#ifndef VP9_DECODER_VP9_DSUBEXP_H_
#define VP9_DECODER_VP9_DSUBEXP_H_
@@ -18,7 +17,7 @@
extern "C" {
#endif
-void vp9_diff_update_prob(vpx_reader *r, vpx_prob* p);
+void vp9_diff_update_prob(vpx_reader *r, vpx_prob *p);
#ifdef __cplusplus
} // extern "C"