Searched defs:SegmentContext (Results 1 – 2 of 2) sorted by relevance
70 typedef struct SegmentContext { struct71 const AVClass *class; /**< Class for private options. */72 int segment_idx; ///< index of the segment file to write, starting from 073 int segment_idx_wrap; ///< number after which the index wraps74 int segment_idx_wrap_nb; ///< number of time the index has wraped75 int segment_count; ///< number of segment files already written76 const AVOutputFormat *oformat;77 AVFormatContext *avf;78 char *format; ///< format to use for output segment files79 AVDictionary *format_options;[all …]
37 typedef struct SegmentContext { struct49 } SegmentContext; argument