-----------------------------------------------------------------
August 12th 1999 V2 FCD Version 0.2 : v2cd-v02-990812
-----------------------------------------------------------------

INTEGRATORS:

Prabhudev Irappa Hosur (pn188359@ntu.edu.sg) 

-----------------------------------------------------------------
REASON FOR UPDATE:

1) Integration of fast motion estimation
2) Fixes to get rid of compilation errors for v2cd-v01-990730 on Visual C++6.0 

-----------------------------------------------------------------
FILES CHANGED:

1) For fast motion estimation:
sys/encoder/motest.cpp

2) Due to patch provided by Yoshinori Suzuki
app/encoder/encoder.dsp
app/decoder/decoder.dsp
sys/mode.cpp
sys/encoder/mbenc.cpp
sys/encoder/vopmbenc.cpp
sys/encoder/errenc.cpp
sys/decoder/vopmbdec.cpp
sys/decoder/errdec.cpp

3) for fixes (ref: mail from Se Hoon Son to sw_int)
encoder.cpp
vopses.cpp
motest.cpp

-----------------------------------------------------------------
COMMENTS:
1) Fast Motion Estimation scheme is integrated for progressive coding 
   of P-VOPs.
2) It is always fast motion estimation by default. Define FULL_SEARCH if 
   full search motion estimation is required. 
 
