summaryrefslogtreecommitdiff
path: root/libswscale
diff options
context:
space:
mode:
authorPedro Arthur <bygrandao@gmail.com>2015-08-18 15:06:49 -0300
committerMichael Niedermayer <michael@niedermayer.cc>2015-08-18 22:56:50 +0200
commit4545906f60380e69c388792050ac40b484b3042f (patch)
tree3f9c0874c7814db25ec22d75930ce180e83b85a8 /libswscale
parented80dec621f621794e9d7ec7c1769bbf9a58a500 (diff)
swscale: Fixed typos
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libswscale')
-rw-r--r--libswscale/swscale_internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h
index bf6be1860a..4e1cfc14cb 100644
--- a/libswscale/swscale_internal.h
+++ b/libswscale/swscale_internal.h
@@ -1015,7 +1015,7 @@ int ff_free_filters(SwsContext *c);
function for applying ring buffer logic into slice s
It checks if the slice can hold more @lum lines, if yes
do nothing otherwise remove @lum least used lines.
- It applyes the same procedure for @chr lines.
+ It applies the same procedure for @chr lines.
*/
int ff_rotate_slice(SwsSlice *s, int lum, int chr);
@@ -1025,7 +1025,7 @@ int ff_init_desc_fmt_convert(SwsFilterDescriptor *desc, SwsSlice * src, SwsSlice
/// initializes lum horizontal scaling descriptor
int ff_init_desc_hscale(SwsFilterDescriptor *desc, SwsSlice *src, SwsSlice *dst, uint16_t *filter, int * filter_pos, int filter_size, int xInc);
-/// initializes chr prixel format conversion descriptor
+/// initializes chr pixel format conversion descriptor
int ff_init_desc_cfmt_convert(SwsFilterDescriptor *desc, SwsSlice * src, SwsSlice *dst, uint32_t *pal);
/// initializes chr horizontal scaling descriptor