summaryrefslogtreecommitdiff
path: root/libavcodec/motion_est.h
diff options
context:
space:
mode:
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 */