Skip to content
Snippets Groups Projects
Commit c02ff776 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

doc/examples/vaapi_transcode: Fix the typo

parent 49c67e79
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment