summaryrefslogtreecommitdiff
path: root/libavcodec/motion_est.h
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2015-06-10 14:29:05 +0100
committerVittorio Giovara <vittorio.giovara@gmail.com>2015-06-12 12:26:04 +0100
commite3d0f49abb20a551bf6d885f75c354d6d0bbeb9d (patch)
tree3c2cf0f731fcaccc977436a64c878b7df879123e /libavcodec/motion_est.h
parent8b5007a31b8d1ddbe3661bf45a732336450b7d25 (diff)
mpegvideo: h263: Move all tables to a single file
Diffstat (limited to 'libavcodec/motion_est.h')
-rw-r--r--libavcodec/motion_est.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/motion_est.h b/libavcodec/motion_est.h
index cbfbbe8176..4ffe70ed30 100644
--- a/libavcodec/motion_est.h
+++ b/libavcodec/motion_est.h
@@ -122,7 +122,4 @@ void ff_fix_long_mvs(struct MpegEncContext *s, uint8_t *field_select_table,
int field_select, int16_t (*mv_table)[2], int f_code,
int type, int truncate);
-extern const uint8_t ff_aic_dc_scale_table[32];
-extern const uint8_t ff_h263_chroma_qscale_table[32];
-
#endif /* AVCODEC_MOTIONEST_H */