Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dftp.c68 int write_seekable; /**< Control seekability, 0 = disable, 1 = enable. */ member
85 {"ftp-write-seekable", "control seekability of connection during encoding", OFFSET(write_seekable), AV_OPT_TYPE_BOOL, {.i64 = 0}, 0, 1, E },
764 if (s->write_seekable != 1 && flags & AVIO_FLAG_WRITE) in ftp_open()

Completed in 3 milliseconds