Go to the documentation of this file.
24 #ifndef AVFORMAT_MOVENC_H
25 #define AVFORMAT_MOVENC_H
29 #define MOV_INDEX_CLUSTER_SIZE 16384
30 #define MOV_TIMESCALE 1000
32 #define RTP_MAX_PACKET_SIZE 1450
37 #define MODE_PSP 0x08 // example working PSP command line:
40 #define MODE_IPOD 0x20
50 #define MOV_SYNC_SAMPLE 0x0001
51 #define MOV_PARTIAL_SYNC_SAMPLE 0x0002
85 #define MOV_TRACK_CTTS 0x0001
86 #define MOV_TRACK_STPS 0x0002
158 #define FF_MOV_FLAG_RTP_HINT 1
159 #define FF_MOV_FLAG_FRAGMENT 2
160 #define FF_MOV_FLAG_EMPTY_MOOV 4
161 #define FF_MOV_FLAG_FRAG_KEYFRAME 8
162 #define FF_MOV_FLAG_SEPARATE_MOOF 16
163 #define FF_MOV_FLAG_FRAG_CUSTOM 32
164 #define FF_MOV_FLAG_ISML 64
170 int track_index,
int sample,
171 uint8_t *sample_data,
int sample_size);