Home
last modified time | relevance | path

Searched refs:MOV_TKHD_FLAG_ENABLED (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
Disom.h333 #define MOV_TKHD_FLAG_ENABLED 0x0001 macro
Dmovenc.c2939 flags |= MOV_TKHD_FLAG_ENABLED; in mov_write_tkhd_tag()
Dmov.c4528 st->disposition |= (flags & MOV_TKHD_FLAG_ENABLED) ? AV_DISPOSITION_DEFAULT : 0; in mov_read_tkhd()