{"min_delay","minimum valid delay between frames (in hundredths of second)",offsetof(GIFDemuxContext,min_delay),AV_OPT_TYPE_INT,{.i64=GIF_MIN_DELAY},0,100*60,AV_OPT_FLAG_DECODING_PARAM},
{"default_delay","default delay between frames (in hundredths of second)",offsetof(GIFDemuxContext,default_delay),AV_OPT_TYPE_INT,{.i64=GIF_DEFAULT_DELAY},0,100*60,AV_OPT_FLAG_DECODING_PARAM},