diff options
author | Peter Ross <pross@xvid.org> | 2014-02-18 21:52:30 +1100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-03-25 13:29:05 +0100 |
commit | 89f2f5dbd7a23e7ec1073d3c08d46093a01a4135 (patch) | |
tree | 858adf619b0de6c5645803cfffa8782222957ae5 /libavcodec/arm/vp8.h | |
parent | 7d4c0220f18af97857f9f65cb36e2aaa0200220b (diff) | |
download | ffmpeg-89f2f5dbd7a23e7ec1073d3c08d46093a01a4135.tar.gz |
On2 VP7 decoder
Signed-off-by: Peter Ross <pross@xvid.org>
Reviewed-by: BBB
previous patch reviewed by jason
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/arm/vp8.h')
-rw-r--r-- | libavcodec/arm/vp8.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/arm/vp8.h b/libavcodec/arm/vp8.h index ddaa1203fd..965342d93b 100644 --- a/libavcodec/arm/vp8.h +++ b/libavcodec/arm/vp8.h @@ -26,7 +26,7 @@ #include "libavcodec/vp8.h" #if HAVE_ARMV6_EXTERNAL -#define decode_block_coeffs_internal ff_decode_block_coeffs_armv6 +#define vp8_decode_block_coeffs_internal ff_decode_block_coeffs_armv6 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]); |