mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-26 09:12:33 +00:00
gifdec: rudimentary seeking
With this ffplay -loop X successfully seeks to start. Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
2152b60f39
commit
9d5cfce855
@ -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,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user