Commit 9d5cfce8 authored by Paul B Mahol's avatar Paul B Mahol

gifdec: rudimentary seeking

With this ffplay -loop X successfully seeks to start.
Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 2152b60f
......@@ -286,5 +286,6 @@ AVInputFormat ff_gif_demuxer = {
.read_probe = gif_probe,
.read_header = gif_read_header,
.read_packet = gif_read_packet,
.flags = AVFMT_GENERIC_INDEX,
.priv_class = &demuxer_class,
};
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