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:
authorVittorio Giovara <vittorio.giovara@gmail.com>2015-06-10 16:29:05 +0300
committerVittorio Giovara <vittorio.giovara@gmail.com>2015-06-12 14:26:04 +0300
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 */