Commit e0882fbc authored by Laurent Aimar's avatar Laurent Aimar

Fixed a typo (cosmetic).

parent 88e839df
...@@ -283,7 +283,7 @@ enum es_format_category_e ...@@ -283,7 +283,7 @@ enum es_format_category_e
VLC_EXPORT( void, video_format_FixRgb, ( video_format_t * ) ); VLC_EXPORT( void, video_format_FixRgb, ( video_format_t * ) );
/** /**
* This funtion will initialize a es_format_t structure. * This function will initialize a es_format_t structure.
*/ */
VLC_EXPORT( void, es_format_Init, ( es_format_t *, int i_cat, vlc_fourcc_t i_codec ) ); VLC_EXPORT( void, es_format_Init, ( es_format_t *, int i_cat, vlc_fourcc_t i_codec ) );
......
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