added animated GIF decoder (pts and various disposal handling are missing)
Originally committed as revision 1533 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user