Searched refs:NUT_PIPE (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dnut.h113 #define NUT_PIPE 2 // do not write syncpoints macro
H A Dnutdec.c916 if (!(nut->flags & NUT_PIPE) &&
970 } else if (!(nut->flags & NUT_PIPE) &&
1138 if (nut->flags & NUT_PIPE) {
H A Dnutenc.c1003 (!(nut->flags & NUT_PIPE) || nut->last_syncpoint_pos == INT_MIN)) {
1150 if (flags & FLAG_KEY && !(nut->flags & NUT_PIPE)) {
1205 { "none", "Disable syncpoints, low overhead and unseekable", 0, AV_OPT_TYPE_CONST, {.i64 = NUT_PIPE}, INT_MIN, INT_MAX, E, "syncpoints" },

Completed in 111 milliseconds