diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-10-27 22:12:20 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-10-27 22:12:20 +0000 |
commit | 2be414c8dee911744268341b5bd94b9e6a96f67c (patch) | |
tree | 6ca68f6c514cd28dfef394dc330cbf5f07e8022d | |
parent | fcbed3c73554d7edeb0f7431e25d64a387d65ff2 (diff) | |
download | ffmpeg-2be414c8dee911744268341b5bd94b9e6a96f67c.tar.gz |
Fix doxies, use third person and phrase-ending dots.
Originally committed as revision 20391 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavfilter/avfilter.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index dd3439500d..2b3d1b5a29 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -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); /** |