mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-07 09:41:32 +08:00
Merge commit '26ac22e5e7394346e9d59f800e7d4e91f4518d33'
* commit '26ac22e5e7394346e9d59f800e7d4e91f4518d33': 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:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user