Go to the documentation of this file.
23 #ifndef AVFORMAT_SWF_H
24 #define AVFORMAT_SWF_H
32 #define DUMMY_FILE_SIZE (100 * 1024 * 1024)
33 #define DUMMY_DURATION 600
36 #define TAG_SHOWFRAME 1
37 #define TAG_DEFINESHAPE 2
38 #define TAG_FREECHARACTER 3
39 #define TAG_PLACEOBJECT 4
40 #define TAG_REMOVEOBJECT 5
41 #define TAG_STREAMHEAD 18
42 #define TAG_STREAMBLOCK 19
44 #define TAG_PLACEOBJECT2 26
45 #define TAG_STREAMHEAD2 45
46 #define TAG_VIDEOSTREAM 60
47 #define TAG_VIDEOFRAME 61
48 #define TAG_FILEATTRIBUTES 69
50 #define TAG_LONG 0x100
53 #define FLAG_MOVETO 0x01
54 #define FLAG_SETFILL0 0x02
55 #define FLAG_SETFILL1 0x04
57 #define AUDIO_FIFO_SIZE 65536