Go to the documentation of this file.
29 #ifndef AVCODEC_GIFDEFS_H
30 #define AVCODEC_GIFDEFS_H
37 #define GCE_DISPOSAL_NONE 0
38 #define GCE_DISPOSAL_INPLACE 1
39 #define GCE_DISPOSAL_BACKGROUND 2
40 #define GCE_DISPOSAL_RESTORE 3
42 #define GIF_TRAILER 0x3b
43 #define GIF_EXTENSION_INTRODUCER 0x21
44 #define GIF_IMAGE_SEPARATOR 0x2c
45 #define GIF_GCE_EXT_LABEL 0xf9
46 #define GIF_APP_EXT_LABEL 0xff
47 #define NETSCAPE_EXT_STR "NETSCAPE2.0"