Commit ef88dfda authored by Cheng Sun's avatar Cheng Sun Committed by Jean-Baptiste Kempf

Minor fixes to spelling in documentation

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent c7fd7926
...@@ -167,8 +167,8 @@ static inline void video_format_Clean( video_format_t *p_src ) ...@@ -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. * It will fill up a video_format_t using the given arguments.
* Becarefull that the video_format_t must already be initialized. * 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 ); 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 * ); ...@@ -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 ); 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. * resources.
* You can call it multiple times on the same structure. * You can call it multiple times on the same structure.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment