[Ffmpeg-devel] [PATCH] fix for gray16le segfault in imgconvert
Michael Niedermayer
michaelni
Sat Apr 7 19:46:43 CEST 2007
Hi
On Sat, Apr 07, 2007 at 07:37:18PM +0200, Ivo wrote:
> On Saturday 07 April 2007 19:20, Michael Niedermayer wrote:
> > On Sat, Apr 07, 2007 at 07:15:38PM +0200, Ivo wrote:
> > > - gray16_to_gray(dst, src + 1, width, height);
> > > + AVPicture tmpsrc;
> > > + memcpy(&tmpsrc, src, sizeof(AVPicture));
> > > + tmpsrc.data[0]++;
> > > + gray16_to_gray(dst, &tmpsrc, width, height);
> > > }
> >
> > AVPicture tmpsrc= *src;
>
> Fourth try. How many more wrong things can I do in three lines of code? ;)
ok
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Opposition brings concord. Out of discord comes the fairest harmony.
-- Heraclitus
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20070407/65c654af/attachment.pgp>
More information about the ffmpeg-devel
mailing list