<div dir="ltr"><div><div>Hi,<br><br></div>I wonder if using Libav as dependency allows me to call the functions defined in the file libavformat/gif.c<br><br></div>Functions like these:<br><div><br>static int gif_image_write_header(AVIOContext *pb, int width, int height,<br>                                  int loop_count, uint32_t *palette)<br><br>static int gif_write_packet(AVFormatContext *s, AVPacket *pkt)<br><br>static int gif_write_trailer(AVFormatContext *s)<br><br></div><div>As the avconv binary allows me to create animated GIF examples from sequences of PNG files, I guess it is accessing the GIF API, but I was unable to trace all the route to find the top level functions I could use to create animated GIFs from my own code.<br><br></div><div>Any sugestion? Any handy example to watch? I am still studying avconv.c but it's a little complex to follow.<br><br></div><div>Thanks.<br></div><div><br><div><div>-- <br><div class="gmail-m_3414871734519471972gmail_signature">============================<br>  Gustav Gonzalez<br>  <a href="mailto:xtingray@gmail.com" target="_blank">xtingray@gmail.com</a><br>============================</div>
</div></div></div></div>