On Fri, Dec 28, 2018, at 12:22 PM, Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer <mich...@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. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel