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?
Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel