Commit 12b64a22 authored by Fabrice Bellard's avatar Fabrice Bellard

added animated GIF decoder (pts and various disposal handling are missing)

Originally committed as revision 1533 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent a26058a5
......@@ -367,9 +367,11 @@ static AVOutputFormat gif_oformat = {
gif_write_packet,
gif_write_trailer,
};
extern AVInputFormat gif_iformat;
int gif_init(void)
{
av_register_output_format(&gif_oformat);
av_register_input_format(&gif_iformat);
return 0;
}
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment