]> git.sesse.net Git - ffmpeg/commitdiff
doc/examples/vaapi_transcode: Fix the typo
authorMichael Niedermayer <michael@niedermayer.cc>
Wed, 19 Sep 2018 16:05:31 +0000 (18:05 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Thu, 20 Sep 2018 22:52:17 +0000 (00:52 +0200)
Reviewed-by: "mypopy@gmail.com" <mypopy@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
doc/examples/vaapi_transcode.c

index 6f0cf9d258d1ca4df2be247ce60b7c71bda3a45c..279d20f636f02b31a40d10bea723e905181709b9 100644 (file)
@@ -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;