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 /libavcodec/vulkan_encode_h265.c | |
parent | 8d439b24839d486d1fcc858a2a5eb7ecd700e3a9 (diff) | |
download | ffmpeg-262d41c8042acfa7ff1da6f256c367be86ecddb2.tar.gz |
all: fix typos found by codespell
Diffstat (limited to 'libavcodec/vulkan_encode_h265.c')
-rw-r--r-- | libavcodec/vulkan_encode_h265.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vulkan_encode_h265.c b/libavcodec/vulkan_encode_h265.c index d81d2de95a..c363778920 100644 --- a/libavcodec/vulkan_encode_h265.c +++ b/libavcodec/vulkan_encode_h265.c @@ -207,7 +207,7 @@ static int vk_enc_h265_update_pic_info(AVCodecContext *avctx, } // Only look for the metadata on I/IDR frame on the output. We - // may force an IDR frame on the output where the medadata gets + // may force an IDR frame on the output where the metadata gets // changed on the input frame. if ((enc->unit_elems & UNIT_SEI_MASTERING_DISPLAY) && (pic->type == FF_HW_PICTURE_TYPE_I || pic->type == FF_HW_PICTURE_TYPE_IDR)) { |