[FFmpeg-devel] [PATCH 1/2] Fix typos
Carl Eugen Hoyos
ceffmpeg at gmail.com
Fri Sep 14 22:36:53 EEST 2018
2018-08-30 8:56 GMT+02:00, Michael Bunk <bunk at iat.uni-leipzig.de>:
> ---
> libavcodec/qsvenc_h264.c | 2 +-
> libavutil/avassert.h | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/libavcodec/qsvenc_h264.c b/libavcodec/qsvenc_h264.c
> index 7aa65e9..dfa4666 100644
> --- a/libavcodec/qsvenc_h264.c
> +++ b/libavcodec/qsvenc_h264.c
> @@ -1,5 +1,5 @@
> /*
> - * Intel MediaSDK QSV based H.264 enccoder
> + * Intel MediaSDK QSV based H.264 encoder
> *
> * copyright (c) 2013 Yukinori Yamazoe
> *
> diff --git a/libavutil/avassert.h b/libavutil/avassert.h
> index 46f3fea..9abeade 100644
> --- a/libavutil/avassert.h
> +++ b/libavutil/avassert.h
> @@ -66,7 +66,7 @@
> #endif
>
> /**
> - * Assert that floating point opperations can be executed.
> + * Assert that floating point operations can be executed.
Patch applied.
Thank you, Carl Eugen
More information about the ffmpeg-devel
mailing list