Merge "Add zero offset checking in SSE2 sub-pixel filter function"
[profile/ivi/libvpx.git] / examples / decoder_tmpl.c
index 26b745d..c70681b 100644 (file)
@@ -19,7 +19,7 @@
 #define VPX_CODEC_DISABLE_COMPAT 1
 #include "vpx/vpx_decoder.h"
 #include "vpx/vp8dx.h"
-#define interface (&vpx_codec_vp8_dx_algo)
+#define interface (vpx_codec_vp8_dx())
 @EXTRA_INCLUDES