--- mbfunctions.h 2002/03/28 20:57:25 1.3 +++ mbfunctions.h 2002/03/29 00:38:29 1.4 @@ -2,6 +2,7 @@ * * Modifications: * + * 29.03.2002 removed MBFieldToFrame - no longer used (transfers instead) * 26.03.2002 interlacing support * 02.12.2001 motion estimation/compensation split * 16.11.2001 const/uint32_t changes to MBMotionEstComp() @@ -82,8 +83,6 @@ void MBFrameToField(int16_t data[6*64]); /* de-interlace vertical Y blocks */ -void MBFieldToFrame(int16_t data[6*64]); /* re-interlace vertical Y blocks */ - /** MBCoding.c **/