diff mpegvideo.h @ 1968:19c2344e800a libavcodec

support reusing mb types and field select values of the source file, but use motion vectors just as additional predictors minor cleanup segfault fix
author michael
date Sun, 25 Apr 2004 02:09:47 +0000
parents a3c60fa850dc
children b5753525f9a8
line wrap: on
line diff
--- a/mpegvideo.h	Sat Apr 24 19:30:49 2004 +0000
+++ b/mpegvideo.h	Sun Apr 25 02:09:47 2004 +0000
@@ -229,7 +229,6 @@
 /*    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