[FFmpeg-cvslog] swscale: Fixed typos
Pedro Arthur
git at videolan.org
Tue Aug 18 23:06:56 CEST 2015
ffmpeg | branch: master | Pedro Arthur <bygrandao at gmail.com> | Tue Aug 18 15:06:49 2015 -0300| [4545906f60380e69c388792050ac40b484b3042f] | committer: Michael Niedermayer
swscale: Fixed typos
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4545906f60380e69c388792050ac40b484b3042f
---
libswscale/swscale_internal.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h
index bf6be18..4e1cfc1 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
More information about the ffmpeg-cvslog
mailing list