On Sun, Feb 21, 2016 at 10:43:00AM +0100, Anton Khirnov wrote:
> Quoting Diego Biurrun (2016-02-17 11:08:47)
> > On Tue, Feb 09, 2016 at 12:18:38PM +0100, Anton Khirnov wrote:
> > > --- a/libavformat/gif.c
> > > +++ b/libavformat/gif.c
> > > @@ -302,9 +302,10 @@ static int gif_write_header(AVFormatContext *s)
> > >  
> > > -static int gif_write_video(AVFormatContext *s, AVCodecContext *enc,
> > > +static int gif_write_video(AVFormatContext *s, AVStream *st,
> > >                             const uint8_t *buf, int size)
> > >  {
> > > +    AVCodecParameters *par = st->codecpar;
> > >      AVIOContext *pb = s->pb;
> > >      int jiffies;
> > 
> > Where does this stream get allocated?
> 
> What stream?

Never mind, I misread.

probably OK

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to