|
FFmpeg
|
#include "avformat.h"#include "demux.h"#include "libavutil/bprint.h"#include "libavutil/intreadwrite.h"#include "libavutil/opt.h"#include "avio_internal.h"#include "internal.h"#include "libavcodec/gif.h"Go to the source code of this file.
Data Structures | |
| struct | GIFDemuxContext |
Macros | |
| #define | GIF_PACKET_SIZE 1024 |
| #define | GIF_DEFAULT_DELAY 10 |
| Major web browsers display gifs at ~10-15fps when rate is not explicitly set or have too low values. More... | |
| #define | GIF_MIN_DELAY 2 |
| By default delay values less than this threshold considered to be invalid. More... | |
Functions | |
| static int | gif_probe (const AVProbeData *p) |
| static int | resync (AVIOContext *pb) |
| static int | gif_skip_subblocks (AVIOContext *pb) |
| static int | gif_read_header (AVFormatContext *s) |
| static int | gif_read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
| static const AVOption | options [] |
| static const AVClass | demuxer_class |
| const FFInputFormat | ff_gif_demuxer |
GIF demuxer.
Definition in file gifdec.c.
| #define GIF_DEFAULT_DELAY 10 |
| #define GIF_MIN_DELAY 2 |
|
static |
|
static |
Definition at line 86 of file gifdec.c.
Referenced by gif_read_header().
|
static |
Definition at line 102 of file gifdec.c.
Referenced by gif_read_header().
|
static |
|
static |
|
static |
| const FFInputFormat ff_gif_demuxer |
1.8.17