]> git.sesse.net Git - vlc/blobdiff - include/vlc_picture.h
luatelnet: accept multiple commands seperated by '\n' or '\r'.
[vlc] / include / vlc_picture.h
index 39c3ca04a694422bffb6ba1c8fb2cb2e71a6dd5e..c16ceddb1ff060a6832c85f6cfd0a0c0dd624d9d 100644 (file)
@@ -119,7 +119,7 @@ VLC_EXPORT( picture_t *, picture_New, ( vlc_fourcc_t i_chroma, int i_width, int
 /**
  * This function will create a new picture using the given format.
  *
- * When possible, it is prefered to use this function over picture_New
+ * When possible, it is preferred to use this function over picture_New
  * as more information about the format is kept.
  */
 VLC_EXPORT( picture_t *, picture_NewFromFormat, ( const video_format_t *p_fmt ) );
@@ -221,7 +221,7 @@ static inline void picture_CopyProperties( picture_t *p_dst, const picture_t *p_
 
 /**
  * This function will reset a picture informations (properties and quantizers).
- * It is sometimes usefull for reusing pictures (like from a pool).
+ * It is sometimes useful for reusing pictures (like from a pool).
  */
 VLC_EXPORT( void, picture_Reset, ( picture_t * ) );
 
@@ -275,7 +275,7 @@ VLC_EXPORT( int, picture_Export, ( vlc_object_t *p_obj, block_t **pp_image, vide
  * It will return VLC_EGENERIC if the core does not understand the requested
  * format.
  *
- * It can be usefull to get the properties of planes.
+ * It can be useful to get the properties of planes.
  */
 VLC_EXPORT( int, picture_Setup, ( picture_t *, vlc_fourcc_t i_chroma, int i_width, int i_height, int i_sar_num, int i_sar_den ) );