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:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2012-01-08 21:17:07 +0400
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2012-01-08 22:11:58 +0400
commitaeeb0e6deb6e4d6a65b819cfe2b0db68b6d7881e (patch)
tree1dd1f060b4d19ecc590d547adb4d97d1007b97af /libavcodec/indeo4.c
parentfe21ea1798d0e4277fbbb08181411fafb0101435 (diff)
indeo4, swresample: add some missing static/const to tables.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Diffstat (limited to 'libavcodec/indeo4.c')
-rw-r--r--libavcodec/indeo4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/indeo4.c b/libavcodec/indeo4.c
index dd8e5b1830..573718e374 100644
--- a/libavcodec/indeo4.c
+++ b/libavcodec/indeo4.c
@@ -94,7 +94,7 @@ typedef struct {
} IVI4DecContext;
-struct {
+static const struct {
InvTransformPtr *inv_trans;
DCTransformPtr *dc_trans;
int is_2d_trans;