diff options
author | Paul B Mahol <onemda@gmail.com> | 2018-12-13 18:37:27 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2018-12-13 18:58:48 +0100 |
commit | 0aa5a7b2e98ee3c6453a9c038b6f612125538d52 (patch) | |
tree | 2ffbdef0e161c0cf31498a9ba110301ddf8fbf4a /libavcodec/gif.h | |
parent | f2664a306fb59961d38eff647317f0e1b5295aaf (diff) | |
download | ffmpeg-0aa5a7b2e98ee3c6453a9c038b6f612125538d52.tar.gz |
avformat/gifdec: export duration, nb_frames and comment
Diffstat (limited to 'libavcodec/gif.h')
-rw-r--r-- | libavcodec/gif.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/gif.h b/libavcodec/gif.h index 9f35778857..7fb61495bc 100644 --- a/libavcodec/gif.h +++ b/libavcodec/gif.h @@ -43,6 +43,7 @@ static const uint8_t gif89a_sig[6] = "GIF89a"; #define GIF_EXTENSION_INTRODUCER 0x21 #define GIF_IMAGE_SEPARATOR 0x2c #define GIF_GCE_EXT_LABEL 0xf9 +#define GIF_COM_EXT_LABEL 0xfe #define GIF_APP_EXT_LABEL 0xff #define NETSCAPE_EXT_STR "NETSCAPE2.0" |