diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2016-04-27 13:45:23 -0400 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2016-05-04 18:16:21 +0200 |
commit | 41ed7ab45fc693f7d7fc35664c0233f4c32d69bb (patch) | |
tree | 146a086cf7c1881d55f9261b58138983e13af21c /libavcodec/vaapi_encode.c | |
parent | 5c31eaa9998b2185e0aa04d11adff128498dc14a (diff) | |
download | ffmpeg-41ed7ab45fc693f7d7fc35664c0233f4c32d69bb.tar.gz |
cosmetics: Fix spelling mistakes
Signed-off-by: Diego Biurrun <diego@biurrun.de>
Diffstat (limited to 'libavcodec/vaapi_encode.c')
-rw-r--r-- | libavcodec/vaapi_encode.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/vaapi_encode.c b/libavcodec/vaapi_encode.c index c80e638cad..075c848f60 100644 --- a/libavcodec/vaapi_encode.c +++ b/libavcodec/vaapi_encode.c @@ -636,7 +636,7 @@ static int vaapi_encode_get_next(AVCodecContext *avctx, start = end = pic; if (pic->type != PICTURE_TYPE_IDR) { - // If that was not an IDR frame, add B frames display-before and + // If that was not an IDR frame, add B-frames display-before and // encode-after it. for (i = 0; i < ctx->b_per_p; i++) { @@ -708,7 +708,7 @@ static int vaapi_encode_mangle_end(AVCodecContext *avctx) if (last_pic->type == PICTURE_TYPE_B) { // Some fixing up is required. Change the type of this - // picture to P, then modify preceeding B references which + // picture to P, then modify preceding B references which // point beyond it to point at it instead. last_pic->type = PICTURE_TYPE_P; |