diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2004-04-25 02:09:47 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-04-25 02:09:47 +0000 |
commit | f20f8a8b0b666be498ac50be21c6f5485e083498 (patch) | |
tree | e1d8e6f0a1eae9f8075cd94efd72971116e8d268 /libavcodec/mpegvideo.h | |
parent | 7e56cd927b5842fa74ec8b5fddf6ac2b6a40145c (diff) | |
download | ffmpeg-f20f8a8b0b666be498ac50be21c6f5485e083498.tar.gz |
support reusing mb types and field select values of the source file, but use motion vectors just as additional predictors
minor cleanup
segfault fix
Originally committed as revision 3060 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r-- | libavcodec/mpegvideo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index 525780f67a..cd42177f53 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -229,7 +229,6 @@ typedef struct MotionEstContext{ /* cmp, chroma_cmp;*/ op_pixels_func (*hpel_put)[4]; op_pixels_func (*hpel_avg)[4]; - op_pixels_func (*chroma_hpel_put)[4]; qpel_mc_func (*qpel_put)[16]; qpel_mc_func (*qpel_avg)[16]; uint8_t (*mv_penalty)[MAX_MV*2+1]; ///< amount of bits needed to encode a MV |