summaryrefslogtreecommitdiff
path: root/ffmpeg/libavcodec/gif.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2013-12-29 12:19:38 +0000
committerTim Redfern <tim@eclectronics.org>2013-12-29 12:19:38 +0000
commitf7813a5324be39d13ab536c245d15dfc602a7849 (patch)
treefad99148b88823d34a5df2f0a25881a002eb291b /ffmpeg/libavcodec/gif.h
parentb7a5a477b8ff4d4e3028b9dfb9a9df0a41463f92 (diff)
basic type mechanism working
Diffstat (limited to 'ffmpeg/libavcodec/gif.h')
-rw-r--r--ffmpeg/libavcodec/gif.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ffmpeg/libavcodec/gif.h b/ffmpeg/libavcodec/gif.h
index b557534..b4cf665 100644
--- a/ffmpeg/libavcodec/gif.h
+++ b/ffmpeg/libavcodec/gif.h
@@ -43,5 +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_APP_EXT_LABEL 0xff
+#define NETSCAPE_EXT_STR "NETSCAPE2.0"
#endif /* AVCODEC_GIFDEFS_H */