You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
all: fix typos found by codespell
This commit is contained in:
@@ -1899,7 +1899,7 @@ static int send_to_mux(Scheduler *sch, SchMux *mux, unsigned stream_idx,
|
||||
|
||||
update_schedule:
|
||||
// TODO: use atomics to check whether this changes trailing dts
|
||||
// to avoid locking unnecesarily
|
||||
// to avoid locking unnecessarily
|
||||
if (dts != AV_NOPTS_VALUE || !pkt) {
|
||||
pthread_mutex_lock(&sch->schedule_lock);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user