]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/arm/vp8.h
avcodec: Stop exporting the removed audio_resample* symbols
[ffmpeg] / libavcodec / arm / vp8.h
index 35cdd8b2bf2e81337c490c205c30a5e901d2b3a1..cd3428bea2fbb32da9d69e26510a275757df2c5e 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/*
  * This file is part of Libav.
  *
  * Libav is free software; you can redistribute it and/or
 #ifndef AVCODEC_ARM_VP8_H
 #define AVCODEC_ARM_VP8_H
 
-#if HAVE_ARMV6
+#include <stdint.h>
+
+#include "config.h"
+#include "libavcodec/vp56.h"
+#include "libavcodec/vp8.h"
+
+#if HAVE_ARMV6_EXTERNAL
 #define decode_block_coeffs_internal ff_decode_block_coeffs_armv6
-int ff_decode_block_coeffs_armv6(VP56RangeCoder *rc, DCTELEM block[16],
+int ff_decode_block_coeffs_armv6(VP56RangeCoder *rc, int16_t block[16],
                                  uint8_t probs[8][3][NUM_DCT_TOKENS-1],
                                  int i, uint8_t *token_prob, int16_t qmul[2]);
 #endif
 
-#endif
+#endif /* AVCODEC_ARM_VP8_H */