Merge commit '26ac22e5e7
'
* commit '26ac22e5e7
':
movenc: Add a new flag for writing global sidx indexes for dash
Conflicts:
libavformat/movenc.c
libavformat/movenc.h
Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
This commit is contained in:
commit
1907e19d0c
2 changed files with 11 additions and 9 deletions
|
@ -209,8 +209,9 @@ typedef struct MOVMuxContext {
|
|||
#define FF_MOV_FLAG_DASH (1 << 11)
|
||||
#define FF_MOV_FLAG_FRAG_DISCONT (1 << 12)
|
||||
#define FF_MOV_FLAG_DELAY_MOOV (1 << 13)
|
||||
#define FF_MOV_FLAG_WRITE_COLR (1 << 14)
|
||||
#define FF_MOV_FLAG_WRITE_GAMA (1 << 15)
|
||||
#define FF_MOV_FLAG_GLOBAL_SIDX (1 << 14)
|
||||
#define FF_MOV_FLAG_WRITE_COLR (1 << 15)
|
||||
#define FF_MOV_FLAG_WRITE_GAMA (1 << 16)
|
||||
|
||||
int ff_mov_write_packet(AVFormatContext *s, AVPacket *pkt);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue