summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg4video.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2020-11-04 01:37:39 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2020-12-08 17:51:46 +0100
commitf1ba4d479e4c785a8a4f85fb576ee166100a8cda (patch)
tree03bfc00a1c635bb35218afdff65d4e886ed0c27a /libavcodec/mpeg4video.h
parent3aa81a634a3d559288afcadce5ca3b1c57e57098 (diff)
avcodec/mpeg4videodec: Make studio VLCs static
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavcodec/mpeg4video.h')
-rw-r--r--libavcodec/mpeg4video.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/mpeg4video.h b/libavcodec/mpeg4video.h
index 3de598465f..e919db87a5 100644
--- a/libavcodec/mpeg4video.h
+++ b/libavcodec/mpeg4video.h
@@ -115,10 +115,6 @@ typedef struct Mpeg4DecContext {
int cplx_estimation_trash_p;
int cplx_estimation_trash_b;
- VLC studio_intra_tab[12];
- VLC studio_luma_dc;
- VLC studio_chroma_dc;
-
int rgb;
} Mpeg4DecContext;