all: fix typos found by codespell

This commit is contained in:
Timo Rothenpieler
2025-08-01 22:43:23 +02:00
parent 8d439b2483
commit 262d41c804
303 changed files with 482 additions and 481 deletions

View File

@@ -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