diff options
author | Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> | 2015-09-29 20:08:26 +0200 |
---|---|---|
committer | Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> | 2015-10-12 21:46:54 +0200 |
commit | 13d3749424813301b732e8930cf32187ac62daa9 (patch) | |
tree | e73e552536ad59e5289c28b495a6eb3e0c14cccf /libavcodec | |
parent | 173053a1252cfa67c1e4e2d2cf9484b44bfee2e3 (diff) | |
download | ffmpeg-13d3749424813301b732e8930cf32187ac62daa9.tar.gz |
doc: fix spelling errors
Reviewed-by: Lou Logan <lou@lrcd.com>
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
(cherry picked from commit 8d6625642db064a45224cb7a8e037f6e79a6554d)
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/g726.c | 2 | ||||
-rw-r--r-- | libavcodec/vaapi_hevc.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/g726.c b/libavcodec/g726.c index 934d120b6f..c3d018fda6 100644 --- a/libavcodec/g726.c +++ b/libavcodec/g726.c @@ -32,7 +32,7 @@ /** * G.726 11bit float. - * G.726 Standard uses rather odd 11bit floating point arithmentic for + * G.726 Standard uses rather odd 11bit floating point arithmetic for * numerous occasions. It's a mystery to me why they did it this way * instead of simply using 32bit integer arithmetic. */ diff --git a/libavcodec/vaapi_hevc.c b/libavcodec/vaapi_hevc.c index 762511f6e5..62f783e308 100644 --- a/libavcodec/vaapi_hevc.c +++ b/libavcodec/vaapi_hevc.c @@ -205,7 +205,7 @@ static void fill_picture_parameters(const HEVCContext *h, VAPictureParameterBuff pp->pps_tc_offset_div2 = h->ps.pps->tc_offset / 2; pp->log2_parallel_merge_level_minus2 = h->ps.pps->log2_parallel_merge_level - 2; - /* Diffrent chroma/luma bit depths are currently not supported by ffmpeg. */ + /* Different chroma/luma bit depths are currently not supported by ffmpeg. */ pp->bit_depth_luma_minus8 = h->ps.sps->bit_depth - 8; pp->bit_depth_chroma_minus8 = h->ps.sps->bit_depth - 8; |