summaryrefslogtreecommitdiff
path: root/vp9/common
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2015-04-15 09:27:00 -0400
committerJohann <johannkoenig@google.com>2015-04-15 11:12:05 -0400
commit14ef4aeafbfc8730c8c324f26d68c2961447675f (patch)
tree1a3a7617a99521cdbd7bac05cec9c200eacd549a /vp9/common
parentd011a8a45cd6b1ef7b12ec53a5b0636f2e52e777 (diff)
downloadlibvpx-14ef4aeafbfc8730c8c324f26d68c2961447675f.tar
libvpx-14ef4aeafbfc8730c8c324f26d68c2961447675f.tar.gz
libvpx-14ef4aeafbfc8730c8c324f26d68c2961447675f.tar.bz2
libvpx-14ef4aeafbfc8730c8c324f26d68c2961447675f.zip
Reorganize *_rtcd() calling conventions
Change-Id: Ib1e17d8aae9b713b87f560ab5e49952ee2bfdcc2
Diffstat (limited to 'vp9/common')
-rw-r--r--vp9/common/vp9_rtcd.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/vp9/common/vp9_rtcd.c b/vp9/common/vp9_rtcd.c
index c777bc81f..2dfa09f50 100644
--- a/vp9/common/vp9_rtcd.c
+++ b/vp9/common/vp9_rtcd.c
@@ -12,10 +12,7 @@
#include "./vp9_rtcd.h"
#include "vpx_ports/vpx_once.h"
-void vpx_scale_rtcd(void);
-
void vp9_rtcd() {
- vpx_scale_rtcd();
// TODO(JBB): Remove this once, by insuring that both the encoder and
// decoder setup functions are protected by once();
once(setup_rtcd_internal);