Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-03-09 16:26:50 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-03-09 16:27:04 +0400
commitcbee7ff0b7dfefab7f9a5d8639e493ab90c0a0cb (patch)
treef556a557a72b5c403ab13db74fa62092616bd4a4 /libavcodec/cabac.h
parentfc1d7811ef4afa6387d1d0e30c06cc8c89517ca6 (diff)
parentdfe224f377be3e45758c69d881ca7874b82d647a (diff)
Merge commit 'dfe224f377be3e45758c69d881ca7874b82d647a'
* commit 'dfe224f377be3e45758c69d881ca7874b82d647a': aarch64: get_cabac inline asm Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/cabac.h')
-rw-r--r--libavcodec/cabac.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/cabac.h b/libavcodec/cabac.h
index d4bafe08e0..eb6b521d3e 100644
--- a/libavcodec/cabac.h
+++ b/libavcodec/cabac.h
@@ -31,6 +31,7 @@
#include "put_bits.h"
+extern uint8_t ff_h264_cabac_tables[512 + 4*2*64 + 4*64 + 63];
#define H264_NORM_SHIFT_OFFSET 0
#define H264_LPS_RANGE_OFFSET 512
#define H264_MLPS_STATE_OFFSET 1024