Searched refs:FF_MOV_FLAG_ISML (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.h190 #define FF_MOV_FLAG_ISML 64 macro
H A Dmovenc.c60 { "isml", "Create a live smooth streaming feed (for pushing to a publishing point)", 0, AV_OPT_TYPE_CONST, {.i64 = FF_MOV_FLAG_ISML}, INT_MIN, INT_MAX, AV_OPT_FLAG_ENCODING_PARAM, "movflags" },
2983 if (mov->flags & FF_MOV_FLAG_ISML)
4214 if (mov->flags & FF_MOV_FLAG_ISML)

Completed in 77 milliseconds