diff options
author | Timo Rothenpieler <timo@rothenpieler.org> | 2025-08-01 22:43:23 +0200 |
---|---|---|
committer | Timo Rothenpieler <timo@rothenpieler.org> | 2025-08-03 13:48:47 +0200 |
commit | 262d41c8042acfa7ff1da6f256c367be86ecddb2 (patch) | |
tree | a9fb6b7aec94868375cf94f139dcd265158dbf7c /libavfilter/framesync.h | |
parent | 8d439b24839d486d1fcc858a2a5eb7ecd700e3a9 (diff) | |
download | ffmpeg-262d41c8042acfa7ff1da6f256c367be86ecddb2.tar.gz |
all: fix typos found by codespell
Diffstat (limited to 'libavfilter/framesync.h')
-rw-r--r-- | libavfilter/framesync.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libavfilter/framesync.h b/libavfilter/framesync.h index 130d067bae..1e01ee687a 100644 --- a/libavfilter/framesync.h +++ b/libavfilter/framesync.h @@ -41,7 +41,7 @@ enum EOFAction { * complex logic and a few user-tunable options. * * In this API, when a set of synchronized input frames is ready to be - * procesed is called a frame event. Frame event can be generated in + * processed is called a frame event. Frame event can be generated in * response to input frames on any or all inputs and the handling of * situations where some stream extend beyond the beginning or the end of * others can be configured. @@ -76,9 +76,9 @@ enum FFFrameSyncExtMode { }; /** - * Timestamp syncronization mode + * Timestamp synchronization mode * - * Describe how the frames of a stream are syncronized based on timestamp + * Describe how the frames of a stream are synchronized based on timestamp * distance. */ enum FFFrameTSSyncMode { |