Commit be56dce0 authored by stefano's avatar stefano

Fix doxies, use third person and phrase-ending dots.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20391 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b4a18ada
......@@ -556,10 +556,10 @@ void avfilter_end_frame(AVFilterLink *link);
*/
void avfilter_draw_slice(AVFilterLink *link, int y, int h);
/** Initialize the filter system. Registers all builtin filters */
/** Initializes the filter system. Registers all builtin filters. */
void avfilter_register_all(void);
/** Uninitialize the filter system. Unregisters all filters */
/** Uninitializes the filter system. Unregisters all filters. */
void avfilter_uninit(void);
/**
......
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