[FFmpeg-devel] [PATCH 3/6] avcodec/qsvenc: Fix Unkown typo

Lou Logan lou at lrcd.com
Fri Dec 28 23:35:53 EET 2018


On Fri, Dec 28, 2018, at 12:22 PM, Michael Niedermayer wrote:
> Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> ---
>  libavcodec/qsvenc.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/libavcodec/qsvenc.c b/libavcodec/qsvenc.c
> index 70772dc0e2..56a3756357 100644
> --- a/libavcodec/qsvenc.c
> +++ b/libavcodec/qsvenc.c
> @@ -1346,7 +1346,7 @@ int ff_qsv_encode(AVCodecContext *avctx, 
> QSVEncContext *q,
>              pict_type = AV_PICTURE_TYPE_B;
>          else if (bs->FrameType == MFX_FRAMETYPE_UNKNOWN) {
>              pict_type = AV_PICTURE_TYPE_NONE;
> -            av_log(avctx, AV_LOG_WARNING, "Unkown FrameType, set 
> pict_type to AV_PICTURE_TYPE_NONE.\n");
> +            av_log(avctx, AV_LOG_WARNING, "Unknown FrameType, set 
> pict_type to AV_PICTURE_TYPE_NONE.\n");
>          } else {
>              av_log(avctx, AV_LOG_ERROR, "Invalid FrameType:%d.\n", bs-
> >FrameType);
>              return AVERROR_INVALIDDATA;

OK, of course. Same for patch 2/6. No need to submit patches for simple typos.


More information about the ffmpeg-devel mailing list