[Ffmpeg-cvslog] r8502 - trunk/libavcodec/gifdec.c
Michael Niedermayer
michaelni
Sun Mar 25 21:30:02 CEST 2007
Hi
On Sun, Mar 25, 2007 at 07:18:54PM +0200, Baptiste Coudurier wrote:
> bcoudurier wrote:
> > Author: bcoudurier
> > Date: Sun Mar 25 01:00:56 2007
> > New Revision: 8502
> >
> > Modified:
> > trunk/libavcodec/gifdec.c
> >
> > Log:
> > actually return bytes read
> >
> > Modified: trunk/libavcodec/gifdec.c
> > ==============================================================================
> > --- trunk/libavcodec/gifdec.c (original)
> > +++ trunk/libavcodec/gifdec.c Sun Mar 25 01:00:56 2007
> > @@ -317,7 +317,7 @@ static int gif_decode_frame(AVCodecConte
> >
> > *picture = s->picture;
> > *data_size = sizeof(AVPicture);
> > - return 0;
> > + return s->bytestream - buf;
> > }
>
> This change makes gif decoder in line with libavcodec API, same for
> dnxhd decoder, may I increase subminor version to reflect this change ?
sure
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
While the State exists there can be no freedom; when there is freedom there
will be no State. -- Vladimir Lenin
-------------- 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-cvslog/attachments/20070325/3c7d0e39/attachment.pgp>
More information about the ffmpeg-cvslog
mailing list