[XviD-devel] [BUG?] motion_est.c

Edouard Gomez ed.gomez at free.fr
Thu Mar 27 17:20:30 CET 2003


Ok while merging i noticed that:

motion_est.c L2166 CVS_HEAD:

get_range(&Data->min_dx, &Data->max_dx, &Data->min_dy,
          &Data->max_dy, x, y, 16,
          pParam->width, pParam->height,
          Data->iFcode - pParam->m_quarterpel,
          0, 0);

motion_est L2166 dev-api-4:

get_range(&Data->min_dx, &Data->max_dx, &Data->min_dy,
          &Data->max_dy, x, y, 16,
          pParam->width, pParam->height,
          Data->iFcode - (pParam->vol_flags&XVID_VOL_QUARTERPEL?1:0),
                         ^^^^^^^ only an API related change ^^^^^^^^
          0, Data->rrv);
             ^^^^^^^^^
             This one seems not good for me.

Which one is the right code ?

@syskin: is this a bugfix in CVS_HEAD, or a problem you introduced at a
later than the branching ?

Of course all other people who knows is greatly encouraged to answer :-)

-- 
Edouard Gomez-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://edu.bnhof.de/pipermail/xvid-devel/attachments/20030327/27af03c6/attachment.bin


More information about the XviD-devel mailing list