comparison gifdec.c @ 9734:a7a5ffa5774b libavcodec

The GIF decoder uses get_buffer, so set DR1.
author bcoudurier
date Sat, 30 May 2009 04:07:14 +0000
parents 54bc8a2727b0
children 8a4984c5cacc
comparison
equal deleted inserted replaced
9733:67f917b48068 9734:a7a5ffa5774b
333 sizeof(GifState), 333 sizeof(GifState),
334 gif_decode_init, 334 gif_decode_init,
335 NULL, 335 NULL,
336 gif_decode_close, 336 gif_decode_close,
337 gif_decode_frame, 337 gif_decode_frame,
338 CODEC_CAP_DR1,
338 .long_name = NULL_IF_CONFIG_SMALL("GIF (Graphics Interchange Format)"), 339 .long_name = NULL_IF_CONFIG_SMALL("GIF (Graphics Interchange Format)"),
339 }; 340 };