mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-02-11 12:39:57 +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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue