[vlc-commits] Minor fixes to spelling in documentation
Cheng Sun
git at videolan.org
Mon Jan 2 01:02:35 CET 2012
vlc | branch: master | Cheng Sun <chengsun9 at gmail.com> | Sun Jan 1 23:36:31 2012 +0000| [ef88dfda4c502006455e53ad339ed0d0b9b57cc4] | committer: Jean-Baptiste Kempf
Minor fixes to spelling in documentation
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ef88dfda4c502006455e53ad339ed0d0b9b57cc4
---
include/vlc_es.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/include/vlc_es.h b/include/vlc_es.h
index 4364876..d80ec4d 100644
--- a/include/vlc_es.h
+++ b/include/vlc_es.h
@@ -167,8 +167,8 @@ static inline void video_format_Clean( video_format_t *p_src )
}
/**
- * It will fill up a video_format_tvideo_format_t using the given arguments.
- * Becarefull that the video_format_t must already be initialized.
+ * It will fill up a video_format_t using the given arguments.
+ * Note that the video_format_t must already be initialized.
*/
VLC_API void video_format_Setup( video_format_t *, vlc_fourcc_t i_chroma, int i_width, int i_height, int i_sar_num, int i_sar_den );
@@ -310,7 +310,7 @@ VLC_API void es_format_InitFromVideo( es_format_t *, const video_format_t * );
VLC_API int es_format_Copy( es_format_t *p_dst, const es_format_t *p_src );
/**
- * This function will clean up a es_format_t and relasing all associated
+ * This function will clean up a es_format_t and release all associated
* resources.
* You can call it multiple times on the same structure.
*/
More information about the vlc-commits
mailing list