Browse Source

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

Originally committed as revision 20391 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Stefano Sabatini 16 years ago
parent
commit
2be414c8de
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libavfilter/avfilter.h

+ 2
- 2
libavfilter/avfilter.h View File

@@ -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);

/**


Loading…
Cancel
Save