Searched refs:FF_MOV_FLAG_FRAGMENT (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmovenc.h185 #define FF_MOV_FLAG_FRAGMENT 2 macro
H A Dmovenc.c101 return (mov->use_editlist<0 && !(mov->flags & FF_MOV_FLAG_FRAGMENT)) || mov->use_editlist>0;
2545 if (mov->tracks[i].entry <= 0 && !(mov->flags & FF_MOV_FLAG_FRAGMENT))
2583 if (mov->tracks[i].entry > 0 || mov->flags & FF_MOV_FLAG_FRAGMENT) {
2587 if (mov->flags & FF_MOV_FLAG_FRAGMENT)
3224 if (!(mov->flags & FF_MOV_FLAG_FRAGMENT))
3368 if (mov->flags & FF_MOV_FLAG_FRAGMENT) {
3919 mov->flags |= FF_MOV_FLAG_FRAGMENT;
3924 FF_MOV_FLAG_FRAGMENT;
3928 if ((mov->flags & FF_MOV_FLAG_FRAGMENT) ||
3944 (!(mov->flags & FF_MOV_FLAG_FRAGMENT) || mo
[all...]

Completed in 46 milliseconds