vlc | branch: master | Cheng Sun <[email protected]> | 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 <[email protected]> > 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. */ _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
