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-06-28 21:06:32 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-06-28 21:08:39 +0400
commitf9f8491ddf6da460f677f874c3d4683463b315aa (patch)
tree8ee7a37c592f3e0c15ca5817281b8ffdc7498159 /libavcodec/cavs.h
parentfaa1471ffcc1bbffe3a9d3d1f4b5fe3adbef647a (diff)
avcodec/cavs: make cavs_chroma_qp non static
The table is needed by multiple files Reverts part of ef07ac1e126b95ad7e1b56504c19b59901265c3e Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/cavs.h')
-rw-r--r--libavcodec/cavs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/cavs.h b/libavcodec/cavs.h
index 5569d822d9..37fa4d2155 100644
--- a/libavcodec/cavs.h
+++ b/libavcodec/cavs.h
@@ -242,6 +242,7 @@ typedef struct AVSContext {
int16_t *block;
} AVSContext;
+extern const uint8_t ff_cavs_chroma_qp[64];
extern const uint8_t ff_cavs_partition_flags[30];
extern const cavs_vector ff_cavs_intra_mv;
extern const cavs_vector ff_cavs_dir_mv;