diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-06-10 14:29:05 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-06-12 12:26:04 +0100 |
commit | e3d0f49abb20a551bf6d885f75c354d6d0bbeb9d (patch) | |
tree | 3c2cf0f731fcaccc977436a64c878b7df879123e /libavcodec/motion_est.h | |
parent | 8b5007a31b8d1ddbe3661bf45a732336450b7d25 (diff) | |
download | ffmpeg-e3d0f49abb20a551bf6d885f75c354d6d0bbeb9d.tar.gz |
mpegvideo: h263: Move all tables to a single file
Diffstat (limited to 'libavcodec/motion_est.h')
-rw-r--r-- | libavcodec/motion_est.h | 3 |
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 */ |