[FFmpeg-soc] [soc]: r589 - dirac/libavcodec/dirac.c
Michael Niedermayer
michaelni at gmx.at
Thu Aug 2 15:50:49 CEST 2007
Hi
On Thu, Aug 02, 2007 at 02:17:39PM +0200, marco wrote:
> Author: marco
> Date: Thu Aug 2 14:17:38 2007
> New Revision: 589
>
> Log:
> the first step towards motion compensation. please not that a lot is missing, it's a hack and this will not work yet
[...]
> + xpos = FFMAX(0, FFMIN(x, width * 2));
> + ypos = FFMAX(0, FFMIN(y, height * 2));
av_clip()
[...]
>
> - retire_num = dirac_get_se_golomb(gb) + s->picnum;
> + retire_num = dirac_get_se_golomb(gb) + s->picnum;
could you try to seperate cosmetic from non cosmetic commits in the future
please
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
The misfortune of the wise is better than the prosperity of the fool.
-- Epicurus
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-soc/attachments/20070802/a074afd1/attachment.pgp>
More information about the FFmpeg-soc
mailing list