1
0
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:
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

@@ -114,7 +114,7 @@ static int recon_frame_process(PrivData *pd, const AVPacket *pkt)
return ret;
}
// the encoder's internal format (in which the reconsturcted frames are
// the encoder's internal format (in which the reconstructed frames are
// exported) may be different from the user-facing pixel format
if (f->format != pd->enc->pix_fmt) {
if (!pd->scaler) {
@@ -242,7 +242,7 @@ static int process_frame(DecodeContext *dc, AVFrame *frame)
else if (ret == AVERROR_EOF)
return 0;
else if (ret < 0) {
fprintf(stderr, "Error receving a frame from decoder\n");
fprintf(stderr, "Error receiving a frame from decoder\n");
return ret;
}