mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-15 19:40:07 +01:00
all: fix typos found by codespell
This commit is contained in:
@@ -72,7 +72,7 @@ typedef struct SegmentContext {
|
||||
const AVClass *class; /**< Class for private options. */
|
||||
int segment_idx; ///< index of the segment file to write, starting from 0
|
||||
int segment_idx_wrap; ///< number after which the index wraps
|
||||
int segment_idx_wrap_nb; ///< number of time the index has wraped
|
||||
int segment_idx_wrap_nb; ///< number of time the index has wrapped
|
||||
int segment_count; ///< number of segment files already written
|
||||
const AVOutputFormat *oformat;
|
||||
AVFormatContext *avf;
|
||||
@@ -100,11 +100,11 @@ typedef struct SegmentContext {
|
||||
|
||||
char *times_str; ///< segment times specification string
|
||||
int64_t *times; ///< list of segment interval specification
|
||||
int nb_times; ///< number of elments in the times array
|
||||
int nb_times; ///< number of elements in the times array
|
||||
|
||||
char *frames_str; ///< segment frame numbers specification string
|
||||
int *frames; ///< list of frame number specification
|
||||
int nb_frames; ///< number of elments in the frames array
|
||||
int nb_frames; ///< number of elements in the frames array
|
||||
int frame_count; ///< total number of reference frames
|
||||
int segment_frame_count; ///< number of reference frames in the segment
|
||||
|
||||
|
||||
Reference in New Issue
Block a user