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 /tools/enc_recon_frame_test.c | |
parent | 8d439b24839d486d1fcc858a2a5eb7ecd700e3a9 (diff) | |
download | ffmpeg-262d41c8042acfa7ff1da6f256c367be86ecddb2.tar.gz |
all: fix typos found by codespell
Diffstat (limited to 'tools/enc_recon_frame_test.c')
-rw-r--r-- | tools/enc_recon_frame_test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/enc_recon_frame_test.c b/tools/enc_recon_frame_test.c index 83cc8343d3..76d40e6e5b 100644 --- a/tools/enc_recon_frame_test.c +++ b/tools/enc_recon_frame_test.c @@ -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; } |