Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2018-09-19 19:05:31 +0300
committerMichael Niedermayer <michael@niedermayer.cc>2018-10-07 22:34:00 +0300
commitf645fd64c3f36f4702602d504a0e4be07055aefb (patch)
treec6a6a4b056f4234629f31eb28e23c94708c64b66 /doc
parent1a05e6ced3dcc371febde26f494f6c5a6ff4c141 (diff)
doc/examples/vaapi_transcode: Fix the typo
Reviewed-by: "mypopy@gmail.com" <mypopy@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> (cherry picked from commit c02ff77681132ce5caf11ebbae9d1feb75a430f2) Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc')
-rw-r--r--doc/examples/vaapi_transcode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/vaapi_transcode.c b/doc/examples/vaapi_transcode.c
index 649f48b97c..ff455c0930 100644
--- a/doc/examples/vaapi_transcode.c
+++ b/doc/examples/vaapi_transcode.c
@@ -177,7 +177,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;