Home
last modified time | relevance | path

Searched defs:SegmentContext (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
Dsegment.c70 typedef struct SegmentContext { struct
71 const AVClass *class; /**< Class for private options. */
72 int segment_idx; ///< index of the segment file to write, starting from 0
73 int segment_idx_wrap; ///< number after which the index wraps
74 int segment_idx_wrap_nb; ///< number of time the index has wraped
75 int segment_count; ///< number of segment files already written
76 const AVOutputFormat *oformat;
77 AVFormatContext *avf;
78 char *format; ///< format to use for output segment files
79 AVDictionary *format_options;
[all …]
/third_party/ffmpeg/libavfilter/
Df_segment.c37 typedef struct SegmentContext { struct
49 } SegmentContext; argument