[FFmpeg-devel] [PATCH 09/10] doc/examples/vaapi_transcode: Fix the typo

mypopy at gmail.com mypopy at gmail.com
Thu Sep 20 03:25:09 EEST 2018


On Thu, Sep 20, 2018 at 12:08 AM Michael Niedermayer
<michael at niedermayer.cc> wrote:
>
> Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> ---
>  doc/examples/vaapi_transcode.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/doc/examples/vaapi_transcode.c b/doc/examples/vaapi_transcode.c
> index 6f0cf9d258..279d20f636 100644
> --- a/doc/examples/vaapi_transcode.c
> +++ b/doc/examples/vaapi_transcode.c
> @@ -179,7 +179,7 @@ static int dec_enc(AVPacket *pkt, AVCodec *enc_codec)
>              }
>              /* set AVCodecContext Parameters for encoder, here we keep them stay
>               * the same as decoder.
> -             * xxx: now the the sample can't handle resolution change case.
> +             * xxx: now the sample can't handle resolution change case.
>               */
>              encoder_ctx->time_base = av_inv_q(decoder_ctx->framerate);
>              encoder_ctx->pix_fmt   = AV_PIX_FMT_VAAPI;
> --
> 2.19.0
>
LGTM, tks


More information about the ffmpeg-devel mailing list