mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-08-12 12:14:38 +00:00
all: fix typos found by codespell
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user