GIFDemuxContext   112 libavformat/gifdec.c     GIFDemuxContext *gdc = s->priv_data;
GIFDemuxContext   210 libavformat/gifdec.c     GIFDemuxContext *gdc = s->priv_data;
GIFDemuxContext   265 libavformat/gifdec.c     GIFDemuxContext *gdc = s->priv_data;
GIFDemuxContext   385 libavformat/gifdec.c     { "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 },
GIFDemuxContext   386 libavformat/gifdec.c     { "max_gif_delay", "maximum valid delay between frames (in hundredths of seconds)", offsetof(GIFDemuxContext, max_delay)   , AV_OPT_TYPE_INT, {.i64 = 65535}            , 0, 65535   , AV_OPT_FLAG_DECODING_PARAM },
GIFDemuxContext   387 libavformat/gifdec.c     { "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 },
GIFDemuxContext   388 libavformat/gifdec.c     { "ignore_loop"  , "ignore loop setting (netscape extension)"                    , offsetof(GIFDemuxContext, ignore_loop)  , AV_OPT_TYPE_BOOL,{.i64 = 1}                , 0,        1, AV_OPT_FLAG_DECODING_PARAM },
GIFDemuxContext   403 libavformat/gifdec.c     .priv_data_size = sizeof(GIFDemuxContext),